mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-06 10:25:23 +00:00
Fix templating in restart-services.conf.tpl
This commit is contained in:
parent
58ec097d81
commit
cd9ff898f8
@ -1,7 +1,7 @@
|
||||
# Managed by Salt
|
||||
# restart-services configuration file
|
||||
#
|
||||
{% set conf = salt['pillar.get']('restart-services', {} %}
|
||||
{% set conf = salt['pillar.get']('restart-services', {} ) %}
|
||||
{% set defaults = {
|
||||
'always': '(acpid|apcupsd|atd|autofs|(bareos|bacula)-fd' +
|
||||
'|cronie|vixie-cron|dcron|incron|anacron|fcron|bcron' +
|
||||
|
Loading…
Reference in New Issue
Block a user