Created
March 4, 2013 22:11
-
-
Save maplebed/5086156 to your computer and use it in GitHub Desktop.
Only install the ganglia module if the ganglia cookbook exists
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# if the host has ganglia, install the mongo plugin. | |
if node.recipes.include?("ganglia::default") | |
include_recipe "ganglia::default" | |
ganglia_python "mongodb" do | |
action :enable | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment