puppetmodule icon indicating copy to clipboard operation
puppetmodule copied to clipboard

A Puppet configuration manager for puppet agent, master, and puppetdb

Results 15 puppetmodule issues
Sort by recently updated
recently updated
newest added

In `agent.pp`, we see: `` $splaylimit = $::puppet::params::puppet_run_interval,`` However, this is bad: `$::puppet::params::puppet_run_interval` is supposed to be in minutes (and multiplied by 60 later in the code), but `splaylimit` is...

If agent-mode is set to `cron`, then `cron_minute` may be set to `ip`. The actual minute used in the cron job will be determined by the numeric value of the...

defaults to true, this is the normal case on a master. If you run multiple master with one dedicated ca, you want to deactivate this feature on the other master...

I set default properties for the file resource in my site manifest, as follows: ``` File{ owner => 'root', group => 'root', mode => '0644', } ``` I noticed that...

add basic nginx/unicorn support. nginx vhost is currently based on a template, not on nginx::resource:vhost. tested on centos 7.

Added some logic to optionally remove the environment setting from the `puppet.conf` by setting `environment => undef`.

puppetdb v5 removed the "puppetdb::version" parameter from puppetdb::mastter::config. This means that line 61 in storeconfigs.pp throws a compile error. Possible workaround is to cap the puppetdb version in the metadata.json...

Hi I am not able to get a puppet master setup using the default puppet::master. There are several changes in CentOS7 that break puppet::master: - No more mod_passenger Have to...

Hello, I'm trying to install this module and seeing the below errors. puppet module install -i ./ stephenrjohnson-puppet Notice: Preparing to install into /Users/lmorfit/Downloads/pup ... Notice: Downloading from https://forge.puppetlabs.com ......

I have just had a couple of hours debugging a strange problem in deploying a Puppetmaster (on RHEL7, with passenger compiled from gem). As I finally found out, it _does_...