]> git.openstreetmap.org Git - chef.git/commitdiff
Setup munin before using it
authorTom Hughes <tom@compton.nu>
Tue, 28 Apr 2015 19:27:59 +0000 (20:27 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 28 Apr 2015 19:27:59 +0000 (20:27 +0100)
cookbooks/hardware/metadata.rb
cookbooks/hardware/recipes/default.rb

index 0d70a62878a38331a8cc759b1b7192fdd669612a..640e1676815004a90a567f5fba022d19bcc1d52a 100644 (file)
@@ -6,4 +6,5 @@ description       "Configures hardware"
 long_description  IO.read(File.join(File.dirname(__FILE__), "README.md"))
 version           "1.0.0"
 depends           "git"
+depends           "munin"
 depends           "tools"
index 3a93a4ed95eed9cc0667968382a7c5cb2567576e..3169c94a9de9645b3ec426fd4aa8a095d2ca655d 100644 (file)
@@ -18,6 +18,7 @@
 #
 
 include_recipe "tools"
+include_recipe "munin"
 
 case node[:cpu][:"0"][:vendor_id]
 when "GenuineIntel"