diff options
author | Jan Dittberner <jandd@cacert.org> | 2019-07-21 15:16:00 +0200 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2019-07-21 15:16:00 +0200 |
commit | e0188e249b8ed1c2bc66b6be0a7344c0e59c7852 (patch) | |
tree | af1aef6dfeb01ce6e46f7ce754ae144146844539 /sitemodules/profiles/manifests/icinga2_common.pp | |
parent | 464e43c51afe7455515e2f93d00155d3b6e20807 (diff) | |
download | cacert-puppet-e0188e249b8ed1c2bc66b6be0a7344c0e59c7852.tar.gz cacert-puppet-e0188e249b8ed1c2bc66b6be0a7344c0e59c7852.tar.xz cacert-puppet-e0188e249b8ed1c2bc66b6be0a7344c0e59c7852.zip |
Remove unused parameters from icinga2_common
Diffstat (limited to 'sitemodules/profiles/manifests/icinga2_common.pp')
-rw-r--r-- | sitemodules/profiles/manifests/icinga2_common.pp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sitemodules/profiles/manifests/icinga2_common.pp b/sitemodules/profiles/manifests/icinga2_common.pp index 8260117..56ac1d2 100644 --- a/sitemodules/profiles/manifests/icinga2_common.pp +++ b/sitemodules/profiles/manifests/icinga2_common.pp @@ -5,13 +5,6 @@ # # This manifest is meant to be included from other manifests. # -# Parameters -# ---------- -# -# @param ca_certificate Icinga2 CA certificate content -# @param master_host Icinga2 master hostname -# @param master_certificate Icinga2 master certificate content -# # Examples # -------- # @@ -28,9 +21,6 @@ # # Copyright 2019 Jan Dittberner class profiles::icinga2_common ( - String $ca_certificate, - String $master_host, - String $master_certificate, ) { if $::lsbdistcodename == 'stretch' { apt::pin { 'icinga2_backports': |