summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Dittberner <jandd@cacert.org>2019-07-20 13:56:38 +0200
committerJan Dittberner <jandd@cacert.org>2019-07-20 13:56:38 +0200
commit3576c0f9ca2f5cc7094ce8173a06ad4e3bc7afa6 (patch)
treebd92792f554f7fb7c7819c70e784e7f65164cf4c
parent16c9ebbb54b4b4a8b9462166e4b0153b8c29ec0a (diff)
downloadcacert-puppet-3576c0f9ca2f5cc7094ce8173a06ad4e3bc7afa6.tar.gz
cacert-puppet-3576c0f9ca2f5cc7094ce8173a06ad4e3bc7afa6.tar.xz
cacert-puppet-3576c0f9ca2f5cc7094ce8173a06ad4e3bc7afa6.zip
Setup apt module with default parameters
-rw-r--r--sitemodules/profiles/manifests/icinga2_master.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/sitemodules/profiles/manifests/icinga2_master.pp b/sitemodules/profiles/manifests/icinga2_master.pp
index 273e9f4..e26c5b8 100644
--- a/sitemodules/profiles/manifests/icinga2_master.pp
+++ b/sitemodules/profiles/manifests/icinga2_master.pp
@@ -55,6 +55,8 @@ class profiles::icinga2_master (
String $host_certificate,
String $host_csr,
) {
+ include apt
+
debconf { 'icinga2-ido-pgsql/pgsql/app-pass':
package => 'icinga2-ido-pgsql',
type => 'password',