wip
This commit is contained in:
parent
1d791e2cc1
commit
cc58a4e74f
1 changed files with 3 additions and 27 deletions
|
@ -1,27 +1,3 @@
|
|||
# # svc_systemd['cron'] = {
|
||||
# # 'enabled': False,
|
||||
# # }
|
||||
#
|
||||
# for name, config in node.metadata.get('systemd-timers').items():
|
||||
# files[f'/etc/systemd/system/{name}.timer'] = {
|
||||
# 'content': repo.libs.systemd.generate_unitfile({
|
||||
# 'Unit':{
|
||||
# 'Description': f'{name} timer',
|
||||
# },
|
||||
# 'Timer': {
|
||||
# 'OnCalendar': config['when'],
|
||||
# 'Persistent': config.get('persistent', False),
|
||||
# 'Unit': f'{name}.service',
|
||||
# },
|
||||
# 'Install': {
|
||||
# 'WantedBy': 'multi-user.target',
|
||||
# }
|
||||
# }),
|
||||
# 'triggers': [
|
||||
# 'action:systemd-reload',
|
||||
# f'svc_systemd:{name}:restart',
|
||||
# ],
|
||||
# }
|
||||
#
|
||||
# svc_systemd[f'{name}.timer'] = {}
|
||||
# #
|
||||
svc_systemd['cron'] = {
|
||||
'enabled': False,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue