Skip to content

Commit

Permalink
add puppetserver 5 to README
Browse files Browse the repository at this point in the history
also fixup parameter documentation in server.pp
  • Loading branch information
mmoll committed Jul 12, 2017
1 parent fdfd935 commit 2e1b7c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@ version available.

Currently supported values and configuration behaviours are:

* `2.7.x` (default) - creates `product.conf`
* `5.0.0` (default for Puppet >= 5) - configures metrics service and `/puppet/experimental` route
* `2.7.x` (default for Puppet < 5) - creates `product.conf`
* `2.5.x`, `2.6.x` - configures the certificate authority in `ca.cfg`
* `2.4.99` - configures for both 2.4 and 2.5, with `bootstrap.cfg`
and `ca.cfg`
Expand Down
5 changes: 3 additions & 2 deletions manifests/server.pp
Original file line number Diff line number Diff line change
Expand Up @@ -300,9 +300,10 @@
#
# $puppetserver_jruby9k:: For Puppetserver 5, use JRuby 9k? Defaults to false
#
# $puppetserver_metrics:: For Puppetserver 5, enable metrics? Defaults to true
# $puppetserver_metrics:: Enable metrics (Puppetserver 5.x only) and JRuby profiling?
# Defaults to true on Puppetserver 5.x and to false on Puppetserver 2.x
#
# $puppetserver_experimental:: For Puppetserver 5, enable metrics? Defaults to true
# $puppetserver_experimental:: For Puppetserver 5, enable the /puppet/experimental route? Defaults to true
#
class puppet::server(
Variant[Boolean, Stdlib::Absolutepath] $autosign = $::puppet::autosign,
Expand Down

0 comments on commit 2e1b7c1

Please sign in to comment.