edwin
fdfb263e09
Support multiple log path
il y a 9 ans
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
il y a 9 ans
Wolodja Wentland
6b15f6490c
Define pillar default for logrotate:jobs
This allows users to target this states to minions for which no pillar
has been defined (yet).
il y a 9 ans
Nicole Scherfenberg
e70f0818d8
fixes issue #5
splits config file name and log file path, so you configure both.
This fixes #5 .
il y a 9 ans
nmadhok
c335f5edbc
Moving logrotate directory setup from jobs.sls and config.sls to init.sls. Closes #8
il y a 9 ans
root
e730dc8989
add return support lookup
il y a 10 ans
root
cfc24f6ead
add support jobs
il y a 10 ans
Niels Abspoel
38808d6221
Initial commit to add all files
il y a 10 ans