Skip to content
Snippets Groups Projects
Commit 6b06f16f authored by Marin Jankovski's avatar Marin Jankovski
Browse files

Use the old syntax.

parent c5f380fd
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -94,7 +94,7 @@ ruby_block "Copy from example rack attack config" do
resource.mode 0644
resource.run_action :create
if resource.updated?
self.notifies :run, resources(bash: "Enable rack attack in application.rb"), :immediately
self.notifies :run, resources(:bash => "Enable rack attack in application.rb"), :immediately
end
end
end
Loading
Loading
@@ -221,7 +221,7 @@ when 'production'
resource.mode 0755
resource.run_action :create
if resource.updated?
self.notifies :run, resources(execute: "set gitlab to start on boot"), :immediately
self.notifies :run, resources(:execute => "set gitlab to start on boot"), :immediately
end
end
end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment