Removed Salt installation steps from everything

This commit is contained in:
Gregory Ballantine 2024-04-25 00:14:41 -04:00
parent 5013fa83cc
commit 6588979f8a
4 changed files with 4 additions and 5 deletions

View File

@ -6,4 +6,3 @@ sudo apt upgrade -y
sudo apt install -y vim
wget -O - https://bootstrap.saltstack.com | sudo sh

View File

@ -4,7 +4,9 @@
sudo pkg update
sudo pkg upgrade -y
sudo pkg install -y vim py39-salt py39-tornado
# Delete /etc/hostid so it gets regenerated
sudo rm /etc/hostid
# Install Puppet
sudo pkg install -y puppet7

View File

@ -21,7 +21,6 @@ if [ "$OS" = 'freebsd' ]; then
sysrc hostname="$HOSTNAME.$DOMAIN"
# Install Puppet
pkg install -y puppet7
echo -e "[agent]\nserver = $PUPPET_MASTER" > /usr/local/etc/puppet/puppet.conf
sysrc puppet_enable="YES"
else

View File

@ -4,4 +4,3 @@ sudo dnf update -y
sudo dnf install -y vim
wget -O - https://bootstrap.saltstack.com | sudo sh