fix temp dir, its not a file
This commit is contained in:
parent
5d95a33c5a
commit
3f82d0fc57
1 changed files with 7 additions and 7 deletions
|
@ -4,6 +4,13 @@ directories = {
|
|||
'group': 'www-data',
|
||||
'mode': '0755',
|
||||
},
|
||||
|
||||
# FIXME:
|
||||
'/var/www/certbot': {
|
||||
'owner': 'www-data',
|
||||
'group': 'www-data',
|
||||
'mode': '0755',
|
||||
}
|
||||
}
|
||||
|
||||
git_deploy = {
|
||||
|
@ -38,11 +45,4 @@ files = {
|
|||
'svc_systemd:nginx:restart',
|
||||
],
|
||||
},
|
||||
|
||||
# FIXME:
|
||||
'/var/www/certbot': {
|
||||
'owner': 'www-data',
|
||||
'group': 'www-data',
|
||||
'mode': '0755',
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue