We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1281f73 commit 1165219Copy full SHA for 1165219
1 file changed
puppet/manifests/site.pp
@@ -5,6 +5,7 @@
5
node /^backup\d+\.[a-z]+\.theforeman\.org$/ {
6
include profiles::base
7
include profiles::backup::receiver
8
+ include profiles::monitoring::client
9
}
10
11
node /^controller\d+\.[a-z]+\.theforeman\.org$/ {
@@ -35,16 +36,19 @@
35
36
node /^redmine\d+\.[a-z]+\.theforeman\.org$/ {
37
38
include profiles::redmine
39
40
41
42
node /^repo-deb\d+\.[a-z]+\.theforeman\.org$/ {
43
44
include profiles::repo::deb
45
46
47
48
node /^repo-rpm\d+\.[a-z]+\.theforeman\.org$/ {
49
50
include profiles::repo::rpm
51
52
53
54
node /^website\d+\.[a-z]+\.theforeman\.org$/ {
0 commit comments