Skip to content

This repository contains a Vagrant setup for CentOS 7 with Puppet 3.8 preinstalled.

Notifications You must be signed in to change notification settings

categoryshell/centos7puppet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

####Prerequisites:

Add vagrant box to your system

$ vagrant box add centos7puppet https://www.dropbox.com/s/vfxoqlxads9ct28/centos7puppet.box?dl=1

Install Vagrant plugins

$ vagrant plugin install vagrant-hostsupdater $ vagrant plugin install vagrant-vbguest

####Edit your .Vagrantfile:
Example settings:

settings = {
  :hostname => "example.com",
  :domain => "example.com",
  :box => "centos7puppet",
  :ip => "192.168.33.10",
  :puppet_options => "--debug",
}

You can leave :puppet_options empty if you don't want to see debug information (which you probably don't) You can add vhosts, classes and databases in puppet/hieradata/default.yaml

About

This repository contains a Vagrant setup for CentOS 7 with Puppet 3.8 preinstalled.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published