]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nginx/definitions/nginx_site.rb
Yet more rubucop cleanups
[chef.git] / cookbooks / nginx / definitions / nginx_site.rb
index f6e1f3a4d820e4f647d740c7977771a64b5ed19c..dc63df540df73e138f9a55fd066256028a22511d 100644 (file)
@@ -17,7 +17,7 @@
 # limitations under the License.
 #
 
-define :nginx_site, :action => [ :create ], :variables => {} do
+define :nginx_site, :action => [:create], :variables => {} do
   name = params[:name]
   directory = params[:directory] || "/var/www/#{name}"
   site_action = params[:action]