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