TODO: make the ENV configurable

This commit is contained in:
Udo Waechter
2015-03-03 13:35:54 +01:00
parent 9fdfc7cf76
commit 4df5862572

View File

@@ -9,7 +9,7 @@ class puppet::agent (
$puppet_master = undef,
$splay = true,
$cron = true,
$environment = gsub($::domain, '.(lan|mysportgroup\.de)', '')) {
$environment = gsub($::domain, '.(bitwig.com)', '')) {
case $::kernel {
'Linux' : {
$puppetpkgs = ['puppet', 'puppet-common']