Use correct node attributes

This commit is contained in:
Râu Cao
2023-07-31 15:57:07 +02:00
parent bbd25ebb9c
commit 123b304dd0

View File

@@ -13,8 +13,8 @@ tls_cert_for domain do
end end
git "/var/www/#{domain}" do git "/var/www/#{domain}" do
user node["nginx"]["user"] user node["openresty"]["user"]
group node["nginx"]["group"] group node["openresty"]["group"]
repository node["kosmos_website"]["repo"] repository node["kosmos_website"]["repo"]
revision node["kosmos_website"]["revision"] revision node["kosmos_website"]["revision"]
action :sync action :sync