From 3d75d2e9c917a531a0fe5f0e2077386a7655768f Mon Sep 17 00:00:00 2001 From: Alexander Klimov Date: Thu, 28 Aug 2014 16:17:54 +0200 Subject: [PATCH] Move '/etc/icinga2/features-available/ido-mysql.conf' into the `icinga2-mysql' module refs #6842 --- .../files/etc/icinga2/features-available/ido-mysql.conf | 0 .vagrant-puppet/modules/icinga2-mysql/manifests/init.pp | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .vagrant-puppet/{ => modules/icinga2-mysql}/files/etc/icinga2/features-available/ido-mysql.conf (100%) diff --git a/.vagrant-puppet/files/etc/icinga2/features-available/ido-mysql.conf b/.vagrant-puppet/modules/icinga2-mysql/files/etc/icinga2/features-available/ido-mysql.conf similarity index 100% rename from .vagrant-puppet/files/etc/icinga2/features-available/ido-mysql.conf rename to .vagrant-puppet/modules/icinga2-mysql/files/etc/icinga2/features-available/ido-mysql.conf diff --git a/.vagrant-puppet/modules/icinga2-mysql/manifests/init.pp b/.vagrant-puppet/modules/icinga2-mysql/manifests/init.pp index f422ae740..a336e0816 100644 --- a/.vagrant-puppet/modules/icinga2-mysql/manifests/init.pp +++ b/.vagrant-puppet/modules/icinga2-mysql/manifests/init.pp @@ -20,7 +20,7 @@ class icinga2-mysql { } file { '/etc/icinga2/features-available/ido-mysql.conf': - source => 'puppet:////vagrant/.vagrant-puppet/files/etc/icinga2/features-available/ido-mysql.conf', + source => 'puppet:///modules/icinga2-mysql/etc/icinga2/features-available/ido-mysql.conf', owner => 'icinga', group => 'icinga', notify => Service['icinga2'],