fix temp dir, its not a file

This commit is contained in:
CroneKorkN 2025-06-22 10:55:55 +02:00
parent 5d95a33c5a
commit 3f82d0fc57
Signed by: cronekorkn
SSH key fingerprint: SHA256:v0410ZKfuO1QHdgKBsdQNF64xmTxOF8osF1LIqwTcVw

View file

@ -4,6 +4,13 @@ directories = {
'group': 'www-data', 'group': 'www-data',
'mode': '0755', 'mode': '0755',
}, },
# FIXME:
'/var/www/certbot': {
'owner': 'www-data',
'group': 'www-data',
'mode': '0755',
}
} }
git_deploy = { git_deploy = {
@ -38,11 +45,4 @@ files = {
'svc_systemd:nginx:restart', 'svc_systemd:nginx:restart',
], ],
}, },
# FIXME:
'/var/www/certbot': {
'owner': 'www-data',
'group': 'www-data',
'mode': '0755',
}
} }