mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
Puppet: icinga2_dev: disable Icinga 2 feature `ido-pgsql'
This commit is contained in:
parent
c1af7415e7
commit
be1f1955ec
@ -6,6 +6,7 @@
|
|||||||
#
|
#
|
||||||
# icinga2_mysql
|
# icinga2_mysql
|
||||||
# icinga2::config
|
# icinga2::config
|
||||||
|
# icinga2::feature
|
||||||
#
|
#
|
||||||
# Sample Usage:
|
# Sample Usage:
|
||||||
#
|
#
|
||||||
@ -21,4 +22,9 @@ class icinga2_dev {
|
|||||||
'conf.d/test-config', 'conf.d/commands', 'constants' ]:
|
'conf.d/test-config', 'conf.d/commands', 'constants' ]:
|
||||||
source => 'puppet:///modules/icinga2_dev',
|
source => 'puppet:///modules/icinga2_dev',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
icinga2::feature { 'ido-pgsql':
|
||||||
|
ensure => absent,
|
||||||
|
require => Class['icinga2_pgsql'],
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user