8 lines
229 B
Python
8 lines
229 B
Python
for domain, conf in node.metadata.get('wordpress').items():
|
|
directories = {
|
|
f'/opt/wordpress/{domain}': {
|
|
'owner': 'www-data',
|
|
'group': 'www-data',
|
|
'mode': '0755',
|
|
},
|
|
}
|