diff options
author | Jan Dittberner <jandd@cacert.org> | 2019-07-18 23:42:08 +0200 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2019-07-18 23:42:08 +0200 |
commit | a4f6f221f0395aef4b5e07cf6ef1bda93624bf72 (patch) | |
tree | cca694c12089925dcf26dda6a05c154a973c26aa | |
parent | 45019721f180b6752e3ae51b2f57f56565780f4b (diff) | |
download | cacert-puppet-a4f6f221f0395aef4b5e07cf6ef1bda93624bf72.tar.gz cacert-puppet-a4f6f221f0395aef4b5e07cf6ef1bda93624bf72.tar.xz cacert-puppet-a4f6f221f0395aef4b5e07cf6ef1bda93624bf72.zip |
Fix reinstall value
-rw-r--r-- | sitemodules/profiles/manifests/icinga2_master.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sitemodules/profiles/manifests/icinga2_master.pp b/sitemodules/profiles/manifests/icinga2_master.pp index d03ffdb..fa5fbfa 100644 --- a/sitemodules/profiles/manifests/icinga2_master.pp +++ b/sitemodules/profiles/manifests/icinga2_master.pp @@ -88,7 +88,7 @@ class profiles::icinga2_master ( package => 'icinga2-ido-pgsql', item => 'icinga2-ido-pgsql/dbconfig-reinstall', type => 'boolean', - value => 'true', # lint:ignore:quoted_booleans + value => 'false', # lint:ignore:quoted_booleans seen => true, } debconf { 'icinga2-ido-pgsql-dbconfig-install': |