mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-02-02 05:13:32 +01:00
Setup Script - Add bash to socore user
This commit is contained in:
@@ -11,6 +11,7 @@ socore:
|
||||
- gid: 939
|
||||
- home: /opt/so
|
||||
- createhome: True
|
||||
- shell: /bin/bash
|
||||
|
||||
# Create a state directory
|
||||
|
||||
|
||||
@@ -444,6 +444,7 @@ salt_checkin() {
|
||||
if [ $INSTALLTYPE == 'MASTERONLY' ]; then
|
||||
salt-call state.apply common
|
||||
salt-call state.apply ca
|
||||
salt-call state.apply ssl
|
||||
service salt-minion restart
|
||||
salt-call state.highstate
|
||||
|
||||
|
||||
Reference in New Issue
Block a user