https://github.com/softonic/puppet-puppetmaster
puppetmaster with autosign setup
https://github.com/softonic/puppet-puppetmaster
Last synced: about 1 year ago
JSON representation
puppetmaster with autosign setup
- Host: GitHub
- URL: https://github.com/softonic/puppet-puppetmaster
- Owner: softonic
- License: other
- Created: 2014-12-16T10:36:18.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-12-05T16:29:44.000Z (over 6 years ago)
- Last Synced: 2025-04-10T22:44:25.444Z (about 1 year ago)
- Language: Puppet
- Size: 1.95 KB
- Stars: 3
- Watchers: 11
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dependencies
* puppetlabs/puppetdb
* puppetlabs/firewall
* puppetlabs/inifile
* puppetlabs/stdlib
# Example
```
class{
'::puppetmaster'
ip => $::ipaddress_eth1
}
```