Skip to content

cjswart/puppet-primer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

puppet-primer

Prerequisites

Have the following software installed:

Initialization

Download and add a CentOS 6.3 box for vagrant:

vagrant box add centos63 https://dl.dropbox.com/u/7225008/Vagrant/CentOS-6.3-x86_64-minimal.box

Start the image:

vagrant up

The following output will be shown when puppet runs successfully:

[default] Running Puppet with /tmp/vagrant-puppet/manifests/primer.pp...
notice: Hello

notice: /Stage[main]//Notify[Hello]/message: defined 'message' as 'Hello'

notice: Finished catalog run in 0.03 seconds

Run puppet (again):

vagrant provision

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published