Skip to content
Snippets Groups Projects
Unverified Commit ca7e6368 authored by Connor Shea's avatar Connor Shea
Browse files

Fix one deprecated method.

parent f823ee14
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -37,7 +37,7 @@ end
node.consume_attributes(Gitlab.generate_config(node['fqdn']))
 
if File.exists?("/var/opt/gitlab/bootstrapped")
node.set['gitlab']['bootstrap']['enable'] = false
node.override['gitlab']['bootstrap']['enable'] = false
end
 
directory "/var/opt/gitlab" do
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