mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Run salt master as dedicated salt user
* Minion runs always as a root
This commit is contained in:
parent
02b6d8ce42
commit
0cf36b487b
2 changed files with 1255 additions and 0 deletions
1230
conf/suse/master
Normal file
1230
conf/suse/master
Normal file
File diff suppressed because it is too large
Load diff
25
pkg/suse/salt-common.logrotate
Normal file
25
pkg/suse/salt-common.logrotate
Normal file
|
@ -0,0 +1,25 @@
|
|||
/var/log/salt/master {
|
||||
su salt salt
|
||||
weekly
|
||||
missingok
|
||||
rotate 7
|
||||
compress
|
||||
notifempty
|
||||
}
|
||||
|
||||
/var/log/salt/minion {
|
||||
weekly
|
||||
missingok
|
||||
rotate 7
|
||||
compress
|
||||
notifempty
|
||||
}
|
||||
|
||||
/var/log/salt/key {
|
||||
su salt salt
|
||||
weekly
|
||||
missingok
|
||||
rotate 7
|
||||
compress
|
||||
notifempty
|
||||
}
|
Loading…
Add table
Reference in a new issue