This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Stefan Süss | |
# www.sysstem.at | |
#you only need to edit these 2 lines | |
SERVER_IP=10.0.0.100 | |
SERVER_DNS=puppet.sysstem.at | |
DEBIAN_RLS=$(cat /etc/os-release | grep VERSION= | awk -F '(' '{print $2}' | awk -F ')' '{print $1}') | |
PUPPET_DEB=puppetlabs-release-$DEBIAN_RLS.deb | |
PUPPET_CONF=/etc/puppet/puppet.conf |