-
My catalogs recently started failing though I hadn't changed my manifests or Hiera data at all. The only thing I can think that may be at play here is that my Puppet Master has been updated. Here's …
-
I'm currently using hiera to create my program:
```
foo_autostart: true
supervisor_programs:
'foo':
command : "foo"
[...]
autostart : "%{hiera('foo_autostart'…
-
make ready for telegraf 0.10.x
-
I get the following error with a completely plain clone of 1.1.x:
Could not find class forumone::webserver for localhost.localdomain on node localhost.localdomain
Output log:
==> default: Running p…
-
Would it be possible to add in the ability to install Drush 8 globally something like this puppet module? https://forge.puppetlabs.com/previousnext/drush
CTIGB updated
8 years ago
-
This module is incompatible with Puppet 4, it would be very handy for me, but the environment I'm using is running version 4.
ghost updated
8 years ago
-
We've been using this module for over a year now, and suddenly when we spin up dynamic environments via r10k we're seeing permissions errors from puppet on this module specifically.
In an environment…
-
Hello Team,
I'm installing this module to a docker container OS Centro 7, so I used `repo => 'cloudera', cdhver => '5',`
But I want to set `manage_service => false`, so zookeeper the service i…
-
The ajcrowe/supervisord module that is currently on the forge depends on puppetlabs-concat like this:
> puppetlabs/stdlib (>= 4.4.0 puppetlabs/concat (>= 1.0.0 puppetlabs/stdlib (>= 4.6.0)
> puppet…
-
I started using Vagrant with automated puppet setup and of course I want to have my beloved fish-shell on all virtual machines. There is already a package http://forge.puppetlabs.com/steveydevey/fish …