]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/supybot/recipes/default.rb
Fix collection of PSU details from dmidecode
[chef.git] / cookbooks / supybot / recipes / default.rb
index 20385c774fc00864580732e2bd2f46547e20d446..24d860f1452590c2cdcb6f84e9959186bc9d6f10 100644 (file)
@@ -21,6 +21,7 @@ users = data_bag_item("supybot", "users")
 passwords = data_bag_item("supybot", "passwords")
 
 package "supybot"
+package "python-git"
 
 directory "/etc/supybot" do
   owner "supybot"
@@ -130,7 +131,7 @@ template "/etc/init.d/supybot" do
 end
 
 service "supybot" do
-  action [ :enable, :start ]
+  action [:enable, :start]
   supports :restart => true
   subscribes :restart, "template[/etc/supybot/supybot.conf]"
   subscribes :restart, "template[/etc/supybot/channels.conf]"