From 4be6405b4c4b69b14de8f9dd170a2aa3df577c41 Mon Sep 17 00:00:00 2001 From: do Date: Mon, 30 Mar 2015 22:18:40 +0200 Subject: [PATCH] 2015-03-30 22:03 autocommit --- manifests/agent.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/agent.pp b/manifests/agent.pp index 95c103b..11ca4cf 100644 --- a/manifests/agent.pp +++ b/manifests/agent.pp @@ -9,7 +9,7 @@ class puppet::agent ( $puppet_master = undef, $splay = true, $cron = true, - $environment = gsub($::domain, '.(bitwig.com)', '')) { + $environment = gsub($::domain, '.(maketank.net|bitwig.com)', '')) { case $::kernel { 'Linux' : { $puppetpkgs = ['puppet', 'puppet-common']