Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add parameter to manage puppetmaster service status #171

Open
wants to merge 4 commits into
base: production
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add parameter to Readme
  • Loading branch information
Jordi Garcia committed May 4, 2018
commit ce6723db4b3a635a200b85a22773f0175afd1f81
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,10 @@ The `puppet::config` class is responsible for altering the configuration of `$co

Specifies the type of server to use `puppetserver` is always used on Puppet 4

* **service_enable**: (*bool* Default: `true`)

Specifies if the puppetmaster service should be enabled

* **module_path**: **DEPRECATED** (*string* Default: `undef`)

If this is set, it will be used to populate the basemodulepath parameter in `/etc/puppet/puppet.conf`. This does not impact [environment.conf](http://docs.puppetlabs.com/puppet/latest/reference/config_file_environment.html), which should live in your [r10k](https://github.com/adrienthebo/r10k) environment repo.
Expand Down