Adding Master File

This commit is contained in:
Mike Reeves
2018-02-06 10:54:49 -05:00
parent c5de58b3cc
commit be42fc4280
2 changed files with 1247 additions and 1 deletions

1246
files/master Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -112,7 +112,7 @@ if (whiptail --title "Security Onion Setup" --yesno "Are you sure you want to in
fi
# Install Updates and the Docker Package
if [ $OS == 'centos']; then
if [ $OS == 'centos' ]; then
ADDUSER=adduser
yum -y install https://repo.saltstack.com/yum/redhat/salt-repo-latest-2.el7.noarch.rpm
yum clean expire-cache