https://github.com/mikeludemann/puppet-devops-setup
A tutorial and example with 'Puppet'
https://github.com/mikeludemann/puppet-devops-setup
devops puppet
Last synced: 10 months ago
JSON representation
A tutorial and example with 'Puppet'
- Host: GitHub
- URL: https://github.com/mikeludemann/puppet-devops-setup
- Owner: mikeludemann
- License: mit
- Created: 2020-01-25T12:28:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-01T11:46:36.000Z (over 6 years ago)
- Last Synced: 2025-03-28T02:48:35.729Z (about 1 year ago)
- Topics: devops, puppet
- Language: Puppet
- Size: 1000 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# puppet-devops-setup
A tutorial and example with 'Puppet'
## Example
```
puppet parser validate ntp.pp
su root
puppet apply ntp.pp --noop
puppet apply ntp.pp
ls -lrt /etc/ntp.conf
systemctl status ntpd
```