Skip to content

Instantly share code, notes, and snippets.

@initcron
Last active August 29, 2015 13:59
Show Gist options
  • Save initcron/10834380 to your computer and use it in GitHub Desktop.
Save initcron/10834380 to your computer and use it in GitHub Desktop.
Puppet Learning Environment Setup for Redhat
vagrant box add puppet puppet-centos-offline.box
cd learn
mkdir box1
cd box1
vagrant box list
vagrant init puppet
vagrant up
vagrant ssh
# Edit /etc/sysconfig/network
# Set hostname
sudo hostname demo
# Edit /etc/hosts
# add entry for demo.example.com
#logout, login, validate
hostname
puppet --version
facter --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment