A control repository template
Go to file
2018-10-24 16:38:31 -04:00
data Update common.yaml 2018-08-29 10:00:36 -07:00
manifests Syncing with starter content 2018-08-20 22:16:14 -07:00
scripts Update update_puppetfile.rb 2018-08-24 07:31:34 -07:00
site Removing firewall 2018-09-26 11:37:23 -07:00
.DS_Store Adding compliance classes 2018-09-14 09:46:46 -07:00
.gitignore Adding compliance classes 2018-09-14 09:46:46 -07:00
environment.conf Syncing with starter content 2018-08-20 22:16:14 -07:00
hiera.yaml Syncing with starter content 2018-08-20 22:16:14 -07:00
Puppetfile Update Puppetfile 2018-10-24 16:38:31 -04:00
README.md Update README.md 2018-09-10 16:57:48 -07:00

Puppet Enterprise Starter Repo

Introduction

This repository provides "batteries-included" starter Puppet content. It shows you how Puppet code is organized to make self-service provisioning easy and can create 5 different machine types out of the box:

  • Linux base server
  • Linux MySQL server
  • Linux web server
  • Windows base server
  • Windows web server

Install Starter Content on your PE Master

Installation with git

git clone https://github.com/maju6406/control-repo.git
cd puppet-starter_content
sudo bash scripts/nc_setup.sh
sudo /opt/puppetlabs/bin/puppet agent -t

Installation with curl

curl -sSL https://github.com/maju6406/control-repo/archive/production.tar.gz | tar -zx
cd control-repo-production
sudo bash scripts/nc_setup.sh
sudo /opt/puppetlabs/bin/puppet agent -t