This commit is contained in:
mwiegand 2021-07-07 01:18:20 +02:00
parent f3bfde4544
commit e2eb7c067f
2 changed files with 1 additions and 2 deletions

View file

@ -65,7 +65,6 @@ svc_systemd = {
for name, config in node.metadata.get('nginx/vhosts').items():
print(name)
files[f'/etc/nginx/sites/{name}'] = {
'content': Template(filename=join(repo.path, 'data', config['content'])).render(
server_name=name,

View file

@ -53,7 +53,7 @@
},
'nextcloud': {
'hostname': 'cloud.sublimity.de',
'version': '21.0.1',
'version': '21.0.3',
},
'users': {
'root': {