]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/chef/definitions/ohai_plugin.rb
Yet more rubucop cleanups
[chef.git] / cookbooks / chef / definitions / ohai_plugin.rb
index 50be323fea34930f557d6e604b66f89ba80227a1..be7c18e34fe44555cd5c5304f4ebde0015f56d20 100644 (file)
@@ -17,7 +17,7 @@
 # limitations under the License.
 #
 
-define :ohai_plugin, :action => [ :create, :delete ] do
+define :ohai_plugin, :action => [:create, :delete] do
   plugin_name = params[:name]
   plugin_action = params[:action]