Skip to content

Commit 1165219

Browse files
committed
add monitoring to backup, redmine and repo servers
1 parent 1281f73 commit 1165219

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

puppet/manifests/site.pp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
node /^backup\d+\.[a-z]+\.theforeman\.org$/ {
66
include profiles::base
77
include profiles::backup::receiver
8+
include profiles::monitoring::client
89
}
910

1011
node /^controller\d+\.[a-z]+\.theforeman\.org$/ {
@@ -35,16 +36,19 @@
3536
node /^redmine\d+\.[a-z]+\.theforeman\.org$/ {
3637
include profiles::base
3738
include profiles::redmine
39+
include profiles::monitoring::client
3840
}
3941

4042
node /^repo-deb\d+\.[a-z]+\.theforeman\.org$/ {
4143
include profiles::base
4244
include profiles::repo::deb
45+
include profiles::monitoring::client
4346
}
4447

4548
node /^repo-rpm\d+\.[a-z]+\.theforeman\.org$/ {
4649
include profiles::base
4750
include profiles::repo::rpm
51+
include profiles::monitoring::client
4852
}
4953

5054
node /^website\d+\.[a-z]+\.theforeman\.org$/ {

0 commit comments

Comments
 (0)