bundles: code style improvements
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
2af911c29f
commit
f52df58517
24 changed files with 80 additions and 95 deletions
|
@ -264,13 +264,13 @@ icinga_run_deps = {
|
|||
'pkg_apt:icinga2',
|
||||
'pkg_apt:icinga2-ido-pgsql',
|
||||
}
|
||||
for name in actions.keys():
|
||||
for name in actions:
|
||||
icinga_run_deps.add(f'action:{name}')
|
||||
for name in directories.keys():
|
||||
for name in directories:
|
||||
icinga_run_deps.add(f'directory:{name}')
|
||||
for name in files.keys():
|
||||
for name in files:
|
||||
icinga_run_deps.add(f'file:{name}')
|
||||
for name in symlinks.keys():
|
||||
for name in symlinks:
|
||||
icinga_run_deps.add(f'symlink:{name}')
|
||||
|
||||
svc_systemd = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue