1
0
Fork 0

added Fedora to map.jinja

it's crond service on fedora that initiates logrotate
This commit is contained in:
Niels Abspoel 2015-02-07 10:08:08 +01:00
parent d2d939e5b7
commit 9c8e2bdc63
1 changed files with 5 additions and 1 deletions

View File

@ -23,4 +23,8 @@
'user' : 'root',
'group' : 'root',
},
}, merge=salt['pillar.get']('logrotate:lookup')) %}
}, merge=salt['grains.filter_by']({
'Fedora': {
'service' : 'crond',
},
}, grain='os', merge=salt['pillar.get']('logrotate:lookup'))) %}