Skip to content

peterlamar/puppet-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages