From aa030111bda4735ad0c5b4dfbd1f5cb62d8c0c43 Mon Sep 17 00:00:00 2001 From: Alexander Klimov Date: Fri, 22 Aug 2014 13:45:47 +0200 Subject: [PATCH] Rename `profile::icinga2' to `profile::icinga2-dev' refs #6842 --- .vagrant-puppet/manifests/default.pp | 2 +- .../modules/profile/manifests/{icinga2.pp => icinga2-dev.pp} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename .vagrant-puppet/modules/profile/manifests/{icinga2.pp => icinga2-dev.pp} (94%) diff --git a/.vagrant-puppet/manifests/default.pp b/.vagrant-puppet/manifests/default.pp index cfe82ef02..613fbe51a 100644 --- a/.vagrant-puppet/manifests/default.pp +++ b/.vagrant-puppet/manifests/default.pp @@ -14,7 +14,7 @@ $livestatusVersion = '1.2.4p5' $phantomjsVersion = '1.9.1' $casperjsVersion = '1.0.2' -class { 'profile::icinga2': +class { 'profile::icinga2-dev ': icinga2Version => $icinga2Version, } diff --git a/.vagrant-puppet/modules/profile/manifests/icinga2.pp b/.vagrant-puppet/modules/profile/manifests/icinga2-dev.pp similarity index 94% rename from .vagrant-puppet/modules/profile/manifests/icinga2.pp rename to .vagrant-puppet/modules/profile/manifests/icinga2-dev.pp index 99c269607..6f67e3131 100644 --- a/.vagrant-puppet/modules/profile/manifests/icinga2.pp +++ b/.vagrant-puppet/modules/profile/manifests/icinga2-dev.pp @@ -1,4 +1,4 @@ -class profile::icinga2 ($icinga2Version) { +class profile::icinga2-dev ($icinga2Version) { include icinga2-mysql icinga2::feature { [ 'statusdata', 'command', 'compatlog' ]: