Skip to content

Commit

Permalink
cleanup backup::receiver on puppet01
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Sep 27, 2023
1 parent 63cb851 commit 0dccf40
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion puppet/manifests/site.pp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@
node /^puppet\d+\.[a-z]+\.theforeman\.org$/ {
include profiles::base
include profiles::puppetserver
include profiles::backup::receiver
class {'profiles::backup::receiver':
ensure => absent,
}
}

node /^redmine\d+\.([a-z]+\.)?theforeman\.org$/ {
Expand Down

0 comments on commit 0dccf40

Please sign in to comment.