From caff7b7a493aa3064cac874004128ef08ca9b3b5 Mon Sep 17 00:00:00 2001 From: Adam Jacob Date: Tue, 16 Dec 2008 17:29:43 -0800 Subject: Fixing up the recipe --- example-repository/cookbooks/fakefile/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1