Gilles Dartiguelongue
bc4b450e38
Fix default_config example in pillar.example
2017-03-13 11:40:09 +01:00
Gilles Dartiguelongue
6c3292430d
Fix retrieving configuration from pillar
2017-02-14 17:45:52 +01:00
Gilles Dartiguelongue
0ac29dd03f
Fix deep merge of settings
2017-02-14 17:13:57 +01:00
Gilles Dartiguelongue
3676ff6216
Add sample default_config to pillar.example
2017-02-14 17:13:57 +01:00
Gilles Dartiguelongue
98e6f6a909
Add support for default logrotate options
2017-02-14 17:13:57 +01:00
Gilles Dartiguelongue
0846ae41e3
Rename state identifiers
...
Just for cosmetics
2017-02-14 17:13:57 +01:00
Gilles Dartiguelongue
f0cf823177
Split init.sls into config, install and service
...
Following the template-formula example.
2017-02-14 17:13:57 +01:00
Gilles Dartiguelongue
1c6661a485
Move common settings to defaults.yaml
2017-02-14 17:09:22 +01:00
Niels Abspoel
084a1cfda5
Merge pull request #25 from kmkramer/master
...
add Scientific Linux support
2017-02-09 00:11:03 +01:00
kramer
89c5fbaa92
add Scientific Linux support
2017-02-08 16:57:08 -06:00
Niels Abspoel
ac00650755
Merge pull request #24 from asenci/master
...
No need to reload the service on configuration change
2017-02-02 10:35:01 +01:00
Andre Sencioles
6dd570ad43
No need to reload the service on configuration change
2017-01-25 09:40:36 +13:00
Forrest
91127e933d
Merge pull request #22 from abednarik/abednarik_debian_config
...
Updates logrotate.conf for Debian
2016-09-30 09:10:43 -07:00
Alejandro Bednarik
dc7d03434b
Updates logrotate.conf for Debian
...
/var/log group in Ubuntu is syslog. This formula breaks
Ubuntu logrotate.
2016-06-17 08:50:38 -03:00
Wolodja Wentland
6caf737c50
Merge pull request #20 from egarbi/master
...
path (if mapping) need to be list now
2016-01-27 17:07:20 +01:00
Enrique Garbi
eb04125a55
path if mapping need to be list now
2016-01-26 16:53:08 +00:00
Niels Abspoel
a09d8f8a6c
Merge pull request #18 from edwin--zhao/morefile
...
Support multiple log path
2016-01-26 15:01:31 +01:00
Niels Abspoel
078446b01a
Merge pull request #19 from edwin--zhao/master
...
Added a muktipath example on pillar.example file
2016-01-26 15:01:18 +01:00
edwin--zhao
063ac2e2a5
Merge pull request #1 from egarbi/master
...
Added a multipath example on pillar.example file
2016-01-26 19:53:46 +08:00
Enrique Garbi
1048a627ab
Added a muktipath example on pillar.example file
2016-01-26 10:40:30 +00:00
edwin
fdfb263e09
Support multiple log path
2015-11-20 11:33:35 +08:00
puneet kandhari
6692c23a8b
Merge pull request #17 from babilen/fix-job-defaults
...
Fix job defaults
2015-10-13 09:10:58 -07:00
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
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).
2015-10-12 17:21:04 +02:00
puneet kandhari
1df3e34b1f
Merge pull request #16 from aboe76/master
...
add logrotate.conf for suse
2015-10-03 02:27:39 -05:00
Niels Abspoel
590b9eb56f
add logrotate.conf for suse
2015-10-02 20:05:54 +02:00
Nitin Madhok
9e456517e9
Remove extra new line characters
2015-05-07 13:42:07 -04:00
Nitin Madhok
d6ce3cd1bc
Merge pull request #12 from fortune-juggle/fix/5
...
fixes issue #5
2015-05-05 11:11:35 -04:00
Nicole Scherfenberg
e70f0818d8
fixes issue #5
...
splits config file name and log file path, so you configure both.
This fixes #5 .
2015-05-05 15:20:54 +02:00
Niels Abspoel
8f64b9ab03
Merge pull request #10 from galet/master
...
Change the default service name to 'crond' for RHEL based systems.
2015-04-02 20:21:06 +02:00
Michal Galet
73c86743e2
Change the default service name to 'crond' for RHEL based systems.
2015-04-02 15:28:51 +02:00
Nitin Madhok
6bf7ff92f4
Update LICENSING year
2015-03-20 20:07:02 -04:00
Niels Abspoel
bb8ed4cecc
Merge pull request #9 from saltstack-formulas/patch-1
...
Moving logrotate directory setup from jobs.sls and config.sls to init.sls
2015-03-20 21:58:18 +01:00
nmadhok
c335f5edbc
Moving logrotate directory setup from jobs.sls and config.sls to init.sls. Closes #8
2015-03-20 16:05:14 -04:00
Nitin Madhok
dc491d6545
Merge pull request #7 from Bilge/patch-1
...
Remove quotes
2015-03-14 00:20:11 -04:00
Bilge
a93d84bcfe
Remove quotes
...
None of these quotes are actually needed.
2015-03-13 12:27:46 +00:00
Nitin Madhok
5fc6f344f2
Merge pull request #6 from aboe76/opensuse_support
...
Added opensuse support
2015-03-07 05:32:05 -07:00
Niels Abspoel
f142bc6a48
Added opensuse support
2015-03-07 11:27:15 +01:00
Nitin Madhok
d6c698880a
Merge pull request #4 from aboe76/fix_logrotate_redhat
...
added Fedora to map.jinja
2015-02-07 15:12:42 +05:30
Niels Abspoel
9c8e2bdc63
added Fedora to map.jinja
...
it's crond service on fedora that initiates logrotate
2015-02-07 10:08:08 +01:00
Niels Abspoel
d2d939e5b7
Merge pull request #3 from fessoga5/master
...
Update readme and pillar.example
2015-01-29 21:27:35 +01:00
Artem Karamyshev
2bfa51ccdb
Update README.rst
2015-01-22 19:38:32 +08:00
Artem Karamyshev
7d1668b0b1
Update README.rst
2015-01-22 19:38:15 +08:00
Artem Karamyshev
30ce1bdeae
Update README.rst
2015-01-22 19:37:19 +08:00
Artem Karamyshev
d12b3d97f4
Update README.rst
2015-01-22 19:37:06 +08:00
Artem Karamyshev
7bf59896a3
Fix error in pillar.example
2015-01-22 19:35:58 +08:00
Nitin Madhok
c267fb69b0
Merge pull request #2 from fessoga5/master
...
add support jobs
2015-01-22 10:49:51 +05:30
root
41d9b697cb
fix pillar.example
2015-01-22 09:18:16 +08:00
root
e730dc8989
add return support lookup
2015-01-22 09:08:21 +08:00
root
cfc24f6ead
add support jobs
2015-01-21 18:00:07 +08:00