http://download.opensuse.org/repositories\ /systemsmanagement:/puppet/openSUSE_12.2/ Puppet > zypper in puppet # Installing Chef > zypper ar http://download.opensuse.org/repositories\ /systemsmanagement:/chef/openSUSE_12.2/ Chef > zypper in rubygem-chef
/var/chef/cookbooks/test/recipes/default.rb file "/tmp/testfile-chef" do mode "0640" content "I'm a test file.\n" action :create end > chef-solo -o test -N test