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