/puppet-examples

Collection of Puppet Examples

Primary LanguagePuppetApache License 2.0Apache-2.0

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