diff options
author | Adam Jacob <adam@hjksolutions.com> | 2008-12-16 17:29:43 -0800 |
---|---|---|
committer | Adam Jacob <adam@hjksolutions.com> | 2008-12-16 17:29:43 -0800 |
commit | caff7b7a493aa3064cac874004128ef08ca9b3b5 (patch) | |
tree | 0bf39c8b995646c7953de6990e638f790ee4d119 | |
parent | 721bebb7469a6de40196f4eda3fbce5fed2abab0 (diff) | |
download | chef-caff7b7a493aa3064cac874004128ef08ca9b3b5.tar.gz |
Fixing up the recipe
-rw-r--r-- | example-repository/cookbooks/fakefile/recipes/default.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example-repository/cookbooks/fakefile/recipes/default.rb b/example-repository/cookbooks/fakefile/recipes/default.rb index a90508286c..cf4ae1906b 100644 --- a/example-repository/cookbooks/fakefile/recipes/default.rb +++ b/example-repository/cookbooks/fakefile/recipes/default.rb @@ -23,7 +23,7 @@ print "Woot!\n"; } end -unless @node[:operatingsystem] == "Ubuntu" or @node['operatingsystem'] == "Darwin" +unless @node[:platform] == "ubuntu" or @node[:platform] == "mac_os_x" package "emacs" package "emacs" do |