An open API service indexing awesome lists of open source software.

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'

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
```