Skip to content

Instantly share code, notes, and snippets.

@jblaine
Created April 23, 2013 19:41
Show Gist options
  • Save jblaine/5446747 to your computer and use it in GitHub Desktop.
Save jblaine/5446747 to your computer and use it in GitHub Desktop.
# mounts/recipes/default.rb
if node['platform'] == "solaris2"
raise "#{cookbook_name}::#{recipe_name} no mount resource provider for Solaris (bug CHEF-2824)"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment