A control repository template
Go to file
2018-08-20 22:56:55 -07:00
data Syncing with starter content 2018-08-20 22:16:14 -07:00
hieradata Syncing with starter content 2018-08-20 22:16:14 -07:00
manifests Syncing with starter content 2018-08-20 22:16:14 -07:00
scripts Syncing with starter content 2018-08-20 22:16:14 -07:00
site Fixing vro 2018-08-20 22:56:55 -07:00
.DS_Store Fixing require 2018-08-20 22:55:20 -07:00
.gitignore add .gitignore to ignore my example hiera file 2015-10-22 15:48:06 -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 Syncing with starter content 2018-08-20 22:16:14 -07:00
README.md Fixing typo in readme 2018-08-20 22:26:35 -07:00

Puppet Enterprise Starter Content Pack

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