We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 721bebb commit caff7b7Copy full SHA for caff7b7
1 file changed
example-repository/cookbooks/fakefile/recipes/default.rb
@@ -23,7 +23,7 @@
23
}
24
end
25
26
-unless @node[:operatingsystem] == "Ubuntu" or @node['operatingsystem'] == "Darwin"
+unless @node[:platform] == "ubuntu" or @node[:platform] == "mac_os_x"
27
package "emacs"
28
29
package "emacs" do
0 commit comments