puppet-puppetserver icon indicating copy to clipboard operation
puppet-puppetserver copied to clipboard

Puppet module for puppetserver

Results 17 puppet-puppetserver issues
Sort by recently updated
recently updated
newest added

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: all - Ruby: all - Distribution: all - Module version: 3.0.0 ## How to reproduce (e.g Puppet code you use)...

## What are you seeing Currently, it's not possible to use the module to configure the `JRUBY_JAR` setting to use the newer 9k JRuby, meaning if you have a gem...

enhancement

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: puppet-agent-5.3.4-1.el7.x86_64 & puppetserver-5.1.5-1.el7.noarch - Ruby: 2.0.0 - Distribution: CentOS Linux release 7.4.1708 (Core) - Module version: 3.0.0 ## How to...

Manual workaround for puppetserver versions >= 2.5.0 that use /etc/puppetlabs/puppetserver/services.d/ca.cfg for bootstrap configuration. Check links for more info https://puppet.com/docs/puppetserver/2.7/release_notes.html#potential-breaking-issues-when-upgrading-with-a-modified-bootstrapcfg https://puppet.com/docs/puppetserver/2.7/release_notes.html#new-feature-flexible-service-bootstrappingca-configuration-file fixes https://github.com/voxpupuli/puppet-puppetserver/issues/52

## What are you seeing There is a param named 'value' that does not seem to be used. ## What behaviour did you expect instead The variable is used in...

to reflect 3.0.0 release wich is Puppet 4 only https://voxpupuli.org/blog/2017/01/11/migrating-to-puppet4/

backwards-incompatible
needs-work

rspec tests in spec/unit/puppet/provider/puppetserver_config/augeas_spec.rb are OK on my computer with Fedora 25 but fail with travis. example: ``` 1) Puppet::Type::Puppetserver_config::ProviderAugeas with empty file should create simple new entry Failure/Error: @logs.select...

bug
needs-help