bundles/systemd: move timezone information to metadata defaults

This commit is contained in:
Franzi 2024-12-02 20:17:54 +01:00
parent 3ad6a0fed8
commit 9c382ed8f5
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,4 @@
timezone = node.metadata.get('timezone', 'UTC')
timezone = node.metadata.get('timezone')
actions['systemd-reload'] = {
'command': 'systemctl daemon-reload',

View file

@ -21,6 +21,7 @@ defaults = {
},
},
},
'timezone': 'UTC',
}
if not node.has_bundle('rsyslogd'):