summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 31d9fd7..2686f55 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -1,12 +1,13 @@
class check_mk (
$filestore = undef,
$package = 'omd',
- $site = 'omd',
+ $site = 'monitoring',
$workspace = '/root/check_mk',
) {
class { 'check_mk::install':
filestore => $filestore,
package => $package,
+ site => $site,
workspace => $workspace,
}
class { 'check_mk::config':