From 9d27f716e0d01dca3c5a605f8ef25a9c626b1203 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 26 Oct 2017 11:44:55 +0200 Subject: [PATCH] Made mcollective plugins common available --- common.yaml | 8 ++++++++ customer/pixelpark-puppet/common.yaml | 7 ------- 2 files changed, 8 insertions(+), 7 deletions(-) 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' -- 2.39.5