9 lines
230 B
Python
9 lines
230 B
Python
assert node.has_bundle('nginx')
|
|
assert node.has_bundle('php')
|
|
assert node.has_bundle('postgresql')
|
|
|
|
|
|
for domain, conf in node.metadata.get('wordpress').items():
|
|
directories[conf['root']] = {
|
|
'owner': 'www-data',
|
|
}
|