Skip to content
#

puppet

Here are 1,310 public repositories matching this topic...

c33s
c33s commented May 7, 2019

currently the server config can only be defined with nginx::resource::server. sometimes you maybe want to change the config of the server later.
for example i use "type" defines, to define server/location types for specific applications (symfony, nextcloud, wordpress, webhook, ...). these types are simple defines which contain multiple location resources to fullfill the needs of the application

hestonhoffman
hestonhoffman commented Mar 6, 2020

The task docs are confusing in their current state. There needs to be a clearer progression through the docs from conceptual information to more practical task-based topics. A lot of the more conceptual information is currently baked into the existing docs. For example, the writing tasks doc is really huge and mixes the practical aspects of writing a task with an abundance of conceptual informatio

tux-o-matic
tux-o-matic commented Nov 29, 2016

The module as it is fails to install Gunicorn on RHEL because it is provided by the RHEL Extras repository which might not be enabled on all installation .
The module doesn't ensure that RHEL Extras is enabled or even mentions it in its documentation.
Adding the provider and maybe a require to the Exec installing pip would do it

  provider => 'pip',

[Gunicorn package declaratio

law
law commented Mar 5, 2017

My apologies in advance if this is too basic of a question, but... how would one go about installing this for use on their puppetserver? Some examples in the documentation would be most helpful - "how to get this onto a puppetserver so hiera queries are enabled", "how to get this onto your local development workstation so the face is usable", "this is how to get it to play nice with Hiera 5", etc

reenberg
reenberg commented Mar 25, 2020

Describe the bug
pdk validate is missing a newline at the end, resulting in the shell prompt being printed on the same line

To Reproduce

user@machine:~/some/path/$ pdk validate
pdk (INFO): Using Ruby 2.5.7
pdk (INFO): Using Puppet 6.14.0
pdk (INFO): Running all available validators...
┌ [✔] Running metadata validators ...
├── [✔] Checking metadata syntax (metadata.json
igalic
igalic commented Oct 20, 2015

in #246, we merged an option (allowunconfigured) to change the hard-coded state of allow_unconfigured

This option is not mentioned in the README and should be renamed to allow_unconfigured.

Additionally we should consider the same as in #238.
If this issue is fixed before the next release, we don't have to make backwards-compatibility considerations.

Improve this page

Add a description, image, and links to the puppet topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the puppet topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.