diff options
-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': |