From 203dddbb24474e68b9c630735eeb2ae0900ff91d Mon Sep 17 00:00:00 2001 From: Alexander Klimov Date: Wed, 10 Sep 2014 13:57:37 +0200 Subject: [PATCH] Module `icinga2_mysql': require `Icinga2::Config[...]' rather than `File[...]' refs #6842 --- .vagrant-puppet/modules/icinga2_mysql/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vagrant-puppet/modules/icinga2_mysql/manifests/init.pp b/.vagrant-puppet/modules/icinga2_mysql/manifests/init.pp index 55e4af58c..e82bf19c0 100644 --- a/.vagrant-puppet/modules/icinga2_mysql/manifests/init.pp +++ b/.vagrant-puppet/modules/icinga2_mysql/manifests/init.pp @@ -38,7 +38,7 @@ class icinga2_mysql { icinga2::feature { 'ido-mysql': require => [ Mysql::Database::Populate['icinga2'], - File['/etc/icinga2/features-available/ido-mysql.conf'] + Icinga2::Config['features-available/ido-mysql'], ], } }