TODO: make the ENV configurable
This commit is contained in:
@@ -9,7 +9,7 @@ class puppet::agent (
|
|||||||
$puppet_master = undef,
|
$puppet_master = undef,
|
||||||
$splay = true,
|
$splay = true,
|
||||||
$cron = true,
|
$cron = true,
|
||||||
$environment = gsub($::domain, '.(lan|mysportgroup\.de)', '')) {
|
$environment = gsub($::domain, '.(bitwig.com)', '')) {
|
||||||
case $::kernel {
|
case $::kernel {
|
||||||
'Linux' : {
|
'Linux' : {
|
||||||
$puppetpkgs = ['puppet', 'puppet-common']
|
$puppetpkgs = ['puppet', 'puppet-common']
|
||||||
|
|||||||
Reference in New Issue
Block a user