PluralSight Puppet Admin Course Notes

From RiceFamily Wiki
Revision as of 02:49, 28 March 2017 by Rice0009 (Talk | contribs) (Created page with "= Configure Virtual Box Instances = == Add Server Instance == * cd puppet-fundamentals-lab * vagrant box add centos65-base centos65.box = Boot Puppet Master Server = * cd pup...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Configure Virtual Box Instances

Add Server Instance

  • cd puppet-fundamentals-lab
  • vagrant box add centos65-base centos65.box

Boot Puppet Master Server

  • cd puppetmaster
  • vagrant up
  • vagrant ssh

Installing Nano, Git, and NTP

  • sudo yum -y install nano git ntp
  • sudo service ntpd start
  • sudo chkconfig ntdp on

Installing the Puppet Master

Adding Puppet Repository