Rename `profile::icinga2' to `profile::icinga2-dev'

refs #6842
This commit is contained in:
Alexander Klimov 2014-08-22 13:45:47 +02:00
parent 5a6995f67f
commit aa030111bd
2 changed files with 2 additions and 2 deletions

View File

@ -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,
}

View File

@ -1,4 +1,4 @@
class profile::icinga2 ($icinga2Version) {
class profile::icinga2-dev ($icinga2Version) {
include icinga2-mysql
icinga2::feature { [ 'statusdata', 'command', 'compatlog' ]: