Skip to content

Commit

Permalink
Merge pull request #98 from badgerben/master
Browse files Browse the repository at this point in the history
Remove duplicate reports_count parameter
  • Loading branch information
jyaworski committed Jan 29, 2016
2 parents fbdd6bb + 80ef518 commit 0bb8251
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 0bb8251

Please sign in to comment.