Skip to content

Using a vanilla centos 6.4 image, create a puppet manifest that mirrors the configuration of the web and DB servers at PSU.

Notifications You must be signed in to change notification settings

mdj2/puppet-manifest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Provision a Centos 6.4 VM Vagrant box using Puppet

##Purpose Using a vanilla centos 6.4 image, create a puppet manifest that mirrors the configuration of the web and DB servers at PSU. ##Install Install Vagrant and Virtual Box (this should be available on ARC computers)

Notice: If you are running VirtualBox on Mac OS X. You restart Virtual Box by running the command below

sudo /Library/StartupItems/VirtualBox/VirtualBox restart

Clone git directory and cd into puppet-manifest folder

git clone https://github.com/suns3t/puppet-manifest.git
cd puppet-manifest

Run Vagrant and start provisioning (this step will take about one hour)

vagrant up --provision

##Usage To make sure it work, go to your browser and type 10.0.0.10

To ssh into Vagrant machine, type

vagrant ssh

Vagrant machine does not have root password, so to become sudoer, type

sudo su

If Apache is not running, restart it

service httpd restart

##Contact Contact information will go here!

About

Using a vanilla centos 6.4 image, create a puppet manifest that mirrors the configuration of the web and DB servers at PSU.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published