bundles/openvpn-client: fix permissions for /etc/openvpn/client
This commit is contained in:
parent
b7de8b3a4d
commit
d64657feef
1 changed files with 2 additions and 1 deletions
|
@ -2,8 +2,9 @@ from os.path import join
|
||||||
|
|
||||||
directories = {
|
directories = {
|
||||||
'/etc/openvpn/client': {
|
'/etc/openvpn/client': {
|
||||||
'purge': True,
|
|
||||||
'mode': '0750',
|
'mode': '0750',
|
||||||
|
'owner': 'openvpn',
|
||||||
|
'purge': True,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue