Skip to content

Conversation

@ghoneycutt
Copy link
Owner

No description provided.

This change will require a major version change as it will break
compatibility.

It manages a setting in the main section, which is on the agent side and
should not have been specified in the master section which happens with
the puppet::server class.
CA is now managed by /etc/puppetlabs/puppetserver/services.d/ca.cfg

https://docs.puppet.com/puppetserver/2.7/configuration.html#service-bootstrapping
In response to the following warning from puppetserver-daemon.log:

OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m;
support was removed in 8.0
@Phil-Friderici
Copy link
Contributor

fixes #136


file { 'puppetserver_ca_cfg':
ensure => 'file',
path => '/etc/puppetlabs/puppetserver/services.d/ca.cfg',
Copy link
Contributor

@Phil-Friderici Phil-Friderici Mar 1, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only if you want to support older puppetserver versions the path needs to be parameterized.
See voxpupuli/puppet-puppetserver#52 for details.

@Phil-Friderici
Copy link
Contributor

For a v4 release I would suggest to drop support of stringified bools ;)
Getting rid of the validate_* functions would be nice as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants