Update Icinga 2 version in the Puppet manifest

fixes #6219
This commit is contained in:
Gunnar Beutner 2014-05-16 13:33:30 +02:00
parent be6844c458
commit 4a5fa5f17b
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ include openldap
Exec { path => '/bin:/usr/bin:/sbin' }
$icingaVersion = '1.11.2'
$icinga2Version = '0.0.10'
$icinga2Version = '0.0.11'
exec { 'create-mysql-icinga-db':
unless => 'mysql -uicinga -picinga icinga',