Skip to content

Instantly share code, notes, and snippets.

@chef
Created September 9, 2009 18:53
Show Gist options
  • Save chef/183969 to your computer and use it in GitHub Desktop.
Save chef/183969 to your computer and use it in GitHub Desktop.
set.test[:packages] = "I'm using distro packages" if dist_only?
default[:packages][:dist_only] = false
class Chef
class Recipe
def dist_only?
@node[:packages][:dist_only]
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment