1
0
Fork 0
formula-logrotate/logrotate
Wolodja Wentland 624700a372 Use items() in lieu of iteritems()
The iteritems dictionary method has been removed in Python 3 and using
items() is typically no problem in our case due to the fact that
dictionaries are rather small.

This fixes #15
2015-10-12 17:22:12 +02:00
..
files add logrotate.conf for suse 2015-10-02 20:05:54 +02:00
templates add support jobs 2015-01-21 18:00:07 +08:00
config.sls Moving logrotate directory setup from jobs.sls and config.sls to init.sls. Closes #8 2015-03-20 16:05:14 -04:00
init.sls fixes issue #5 2015-05-05 15:20:54 +02:00
jobs.sls Use items() in lieu of iteritems() 2015-10-12 17:22:12 +02:00
map.jinja Change the default service name to 'crond' for RHEL based systems. 2015-04-02 15:28:51 +02:00