]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/snmpd/recipes/default.rb
Improve identification of HP controller device nodes
[chef.git] / cookbooks / snmpd / recipes / default.rb
index ef6094b01a053299d2c83c3577b90babf017bbb3..ecc8170cd335c5844ee4642b5ceee30f06d011fa 100644 (file)
@@ -24,7 +24,7 @@ communities = data_bag_item("snmpd", "communities")
 package "snmpd"
 
 service "snmpd" do
-  action [ :enable, :start ]
+  action [:enable, :start]
   supports :status => true, :restart => true
 end