Fix copypasta

This commit is contained in:
Basti 2022-03-12 15:40:22 -06:00
parent 0a953070fe
commit e1560ba12a
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ template "#{config_directory}/app.ini" do
smtp_host: smtp_credentials["relayhost"],
smtp_user: smtp_credentials["user_name"],
smtp_password: smtp_credentials["password"],
config: node.default["kosmos_gitea"]["config"]
config: node["kosmos_gitea"]["config"]
notifies :restart, "service[gitea]", :delayed
end