summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Dittberner <jandd@cacert.org>2019-07-20 14:48:04 +0200
committerJan Dittberner <jandd@cacert.org>2019-07-20 14:48:04 +0200
commit1bb3fb74bfb5a220084cee29014a5051090a61c9 (patch)
tree5e4b90c1196442f1aff09ed3d23cf21cb164d452
parentb127fcdef29a0121e424adcaef9faba17d7f9d77 (diff)
downloadcacert-puppet-1bb3fb74bfb5a220084cee29014a5051090a61c9.tar.gz
cacert-puppet-1bb3fb74bfb5a220084cee29014a5051090a61c9.tar.xz
cacert-puppet-1bb3fb74bfb5a220084cee29014a5051090a61c9.zip
Pin dependencies of icinga2 packages
-rw-r--r--sitemodules/profiles/manifests/icinga2_master.pp9
1 files changed, 8 insertions, 1 deletions
diff --git a/sitemodules/profiles/manifests/icinga2_master.pp b/sitemodules/profiles/manifests/icinga2_master.pp
index 9250a89..e4f98cd 100644
--- a/sitemodules/profiles/manifests/icinga2_master.pp
+++ b/sitemodules/profiles/manifests/icinga2_master.pp
@@ -105,7 +105,14 @@ class profiles::icinga2_master (
}
if $facts['os']['distro']['codename'] == 'stretch' {
apt::pin { 'icinga2_backports':
- packages => ['icinga2', 'icinga2-ido-pgsql'],
+ packages => [
+ 'icinga2',
+ 'icinga2-bin',
+ 'icinga2-common',
+ 'icinga2-doc',
+ 'icinga2-ido-pgsql',
+ 'libicinga2',
+ ],
priority => 500,
release => 'stretch-backports',
}