Skip to content

Commit

Permalink
Revert "don't apply redmine profile for node1.conova for now"
Browse files Browse the repository at this point in the history
This reverts commit 3275386.
  • Loading branch information
evgeni committed Sep 7, 2023
1 parent fdb19b6 commit 23157ca
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions puppet/manifests/site.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 23157ca

Please sign in to comment.