This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
logrotate-formula
mirror of
https://github.com/saltstack-formulas/logrotate-formula
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
14
Wiki
Activity
Browse Source
Merge pull request
#20
from egarbi/master
path (if mapping) need to be list now
tags/v0.9.0
Wolodja Wentland
9 years ago
parent
a09d8f8a6c
eb04125a55
commit
6caf737c50
1 changed files
with
2 additions
and
1 deletions
Split View
Show Diff Stats
+2
-1
pillar.example
+ 2
- 1
pillar.example
View File
@@ -15,7 +15,8 @@ logrotate:
- create 640 root adm
- sharedscripts
mysql:
path: /tmp/var/log/mysql/*.log
path:
- /tmp/var/log/mysql/*.log
config:
- weekly
- missingok
Write
Preview
Loading…
Cancel
Save