From: Frank Brehm Date: Thu, 26 Oct 2017 09:44:55 +0000 (+0200) Subject: Made mcollective plugins common available X-Git-Tag: v0.1.0~2169 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=9d27f716e0d01dca3c5a605f8ef25a9c626b1203;p=pixelpark%2Fhiera.git Made mcollective plugins common available --- diff --git a/common.yaml b/common.yaml index 1467febe..8ee26884 100644 --- a/common.yaml +++ b/common.yaml @@ -5,6 +5,14 @@ infra::profile::icinga2::client::host_template: - 'generic-host' - 'bogus-template' +infra::profile::mcollective::common::plugins: + puppet: + source: 'puppet:///mco_dir/plugins/puppet' + package: + source: 'puppet:///mco_dir/plugins/package' + service: + source: 'puppet:///mco_dir/plugins/service' + sudo::purge: false accounts::users: diff --git a/customer/pixelpark-puppet/common.yaml b/customer/pixelpark-puppet/common.yaml index a3be54c2..6590751c 100644 --- a/customer/pixelpark-puppet/common.yaml +++ b/customer/pixelpark-puppet/common.yaml @@ -5,10 +5,3 @@ infra::additional_classes: postfix::myorigin: "pixelpark.com" -infra::profile::mcollective::common::plugins: - puppet: - source: 'puppet:///mco_dir/plugins/puppet' - package: - source: 'puppet:///mco_dir/plugins/package' - service: - source: 'puppet:///mco_dir/plugins/service'