]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apache/providers/module.rb
Fix more rubocop detected style issues
[chef.git] / cookbooks / apache / providers / module.rb
index 166aa4a4739adfced8ea204d0c4936ffc739d85c..d8072bc6ef84b1e28caaa75f1d80c7af389183aa 100644 (file)
@@ -22,7 +22,7 @@ def whyrun_supported?
 end
 
 action :install do
-  if not installed?
+  if !installed?
     package package_name
 
     updated = true
@@ -47,7 +47,7 @@ action :install do
 end
 
 action :enable do
-  if not enabled?
+  unless enabled?
     link enabled_name("load") do
       to available_name("load")
       owner "root"