Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peopleware/puppet-enable_puppet
https://github.com/peopleware/puppet-enable_puppet
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/peopleware/puppet-enable_puppet
- Owner: peopleware
- License: other
- Created: 2013-12-02T12:24:45.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-20T13:29:04.000Z (almost 9 years ago)
- Last Synced: 2024-10-30T17:12:51.101Z (16 days ago)
- Language: Puppet
- Size: 1.95 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
# Enable_Puppet Puppet Module
Installs Puppet and makes sure puppet agent starts at boot time. This is
achieved by setting the contents of `/etc/default/puppet` to `START=yes`. It
has been tested on Debian and Ubuntu.Usage is extremely straightforward:
```
include enable_puppet
```