]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/mailman/recipes/default.rb
Yet more rubucop cleanups
[chef.git] / cookbooks / mailman / recipes / default.rb
index 4013058bcad0b94068f0c24cba7bd16741607241..171979208d0337bab103236392959cb05473f8d5 100644 (file)
 # limitations under the License.
 #
 
-include_recipe "apache"
+include_recipe "apache::ssl"
 
 package "mailman"
 
 service "mailman" do
-  action [ :enable, :start ]
+  action [:enable, :start]
   supports :restart => true, :reload => true
 end