peterlamar / puppet-examples

Collection of Puppet Examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

puppet-examples

Collection of Puppet Examples

Puppet Code Cycle

Find Commands

puppet resource package

Check Syntax

puppet parser validate

Check operation

puppet apply --noop

Run Operation

puppet apply

Misc

Useful to work with a local VirtualBox. Nat and Port Forwarding allow direct ssh into box.

Example connection on MacOS with opened port 1234

ssh -p 1234 osboxes@localhost
osboxes.org

About

Collection of Puppet Examples

License:Apache License 2.0


Languages

Language:Puppet 100.0%