Last active
August 29, 2015 13:59
-
-
Save initcron/10834380 to your computer and use it in GitHub Desktop.
Puppet Learning Environment Setup for Redhat
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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