From 80ef518595d6ed416a7e4f765210e9aadd5ea20a Mon Sep 17 00:00:00 2001 From: Ben Huebner Date: Thu, 28 Jan 2016 16:48:06 -0600 Subject: [PATCH] Remove duplicate reports_count parameter Duplicate parameters now return an error starting with Puppet 3.8.5 and 4.3.2. https://tickets.puppetlabs.com/browse/PUP-5590 --- manifests/init.pp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index 07bcdf03..deed0f71 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -91,10 +91,6 @@ # (string) Commit, tag, or branch from Puppetboard's Git repo to be used # Defaults to undef, meaning latest commit will be used ($::puppetboard::params::revision) # -# [*reports_count*] -# (string) the number of reports to display -# Defaults to 10 -# # [*manage_git*] # (bool) If true, require the git package. If false do nothing. # Defaults to false @@ -161,7 +157,6 @@ $python_proxy = $::puppetboard::params::python_proxy, $experimental = $::puppetboard::params::experimental, $revision = $::puppetboard::params::revision, - $reports_count = $::puppetboard::params::reports_count, $manage_selinux = $::puppetboard::params::manage_selinux, $manage_user = true, $manage_group = true,