Skip to content

Commit

Permalink
don't apply redmine profile for node01.conova for now
Browse files Browse the repository at this point in the history
it needs updates
  • Loading branch information
evgeni committed Sep 1, 2023
1 parent a1cf0ac commit 3275386
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion puppet/manifests/site.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3275386

Please sign in to comment.