Version information
released May 22nd 2018
Start using this module
Add this module to your Puppetfile:
mod 'geoffwilliams-puppet_nonroot', '0.2.1'
Learn more about managing modules with a PuppetfileDocumentation
geoffwilliams/puppet_nonroot — version 0.2.1 May 22nd 2018
puppet_nonroot
Table of Contents
- Description
- Usage - Configuration options and additional functionality
- Reference - An under-the-hood peek at what the module is doing and how
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
Description
Run a puppet service as non-root user
Usage
See reference and examples
Reference
Reference documentation is generated directly from source code using puppet-strings. You may regenerate the documentation by running:
bundle exec puppet strings
Limitations
- Not supported by Puppet, Inc.
Development
PRs accepted :)
Testing
This module supports testing using PDQTest.
Test can be executed with:
bundle install
make
See .travis.yml
for a working CI example
Dependencies
- puppetlabs-stdlib (>= 1.0.0)
- puppetlabs-inifile (>= 1.6.0)