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