From 32297aace9a2f8ef1117ea233335b93f8fb0aee2 Mon Sep 17 00:00:00 2001 From: Keith Burdis Date: Fri, 8 Feb 2013 15:57:57 +0000 Subject: Create the site in the install class to avoid having to specify lots of dependencies. Fixes after testing. --- manifests/init.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'manifests/init.pp') 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': -- cgit v1.2.3