diff --git a/puppet/manifests/site.pp b/puppet/manifests/site.pp index c207204b9..60755a856 100644 --- a/puppet/manifests/site.pp +++ b/puppet/manifests/site.pp @@ -28,16 +28,11 @@ include profiles::backup::receiver } -# this should be node /^redmine\d+\.([a-z]+\.)?theforeman\.org$/ { -node /^redmine\d+\.theforeman\.org$/ { +node /^redmine\d+\.([a-z]+\.)?theforeman\.org$/ { include profiles::base include profiles::redmine } -node /^redmine\d+\.conova.theforeman\.org$/ { - include profiles::base -} - node /^web\d+\.[a-z]+\.theforeman\.org$/ { include profiles::base include profiles::web