Removed Salt installation steps from everything

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

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