bundles/systemd: move timezone information to metadata defaults
This commit is contained in:
parent
3ad6a0fed8
commit
9c382ed8f5
2 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
timezone = node.metadata.get('timezone', 'UTC')
|
||||
timezone = node.metadata.get('timezone')
|
||||
|
||||
actions['systemd-reload'] = {
|
||||
'command': 'systemctl daemon-reload',
|
||||
|
|
|
@ -21,6 +21,7 @@ defaults = {
|
|||
},
|
||||
},
|
||||
},
|
||||
'timezone': 'UTC',
|
||||
}
|
||||
|
||||
if not node.has_bundle('rsyslogd'):
|
||||
|
|
Loading…
Reference in a new issue