Commit Graph

21 Commits

Author SHA1 Message Date
Nick Walker
921c83736e Update site.pp to use a trusted fact role
Allow including a role if defined via a trusted fact on the node
during provisioning time.  This is how I will bootstrap any
necessary configuration on the master, or other PE internal nodes.
2015-08-03 17:24:41 -07:00
Nick Walker
f5cb1fa757 Update config_version to use a script that does not require git
The config_version now uses a script that will do one of two
things:

1. call config_version.rb which uses rugged to find the information
about the latest commit if PE is on version 2015.2 or newer

2. make a call to git if the PE version is less than 2015.2
2015-08-03 17:05:06 -07:00
Nick Walker
437433ff44 Remove hiera.yaml and instead manage it with puppet code
Added hunner/hiera to the Puppetfile and a manifest to use it
instead of placing a hiera.yaml in the repo.
2015-08-03 14:49:06 -07:00
Nick Walker
bc6bae23d7 Update environment.conf 2015-06-26 10:21:51 -07:00
Nick Walker
e972bafa1a Update Puppetfile 2015-06-26 08:49:49 -07:00
Nick Walker
4e8e16cbdd Remove purgedirs 2015-06-25 10:54:39 -07:00
Nick Walker
24aa475d20 Add a site directory with example role and profile module 2015-05-27 15:02:50 -07:00
Nick Walker
944a0300cf add site to modulepath in environment.conf 2015-05-27 14:55:24 -07:00
Nick Walker
bfed08bfea Update README.md 2015-05-26 10:00:02 -07:00
Nick Walker
724e3e97d0 Update README.md 2015-05-15 12:05:33 -07:00
Nick Walker
52629f31e0 Update Puppetfile 2015-05-15 11:48:52 -07:00
Nick Walker
222673572a Rename defaults.yaml to common.yaml 2015-05-15 11:40:37 -07:00
Nick Walker
d3ee945798 Update hiera.yaml 2015-05-15 11:39:23 -07:00
Nick Walker
368cb4adf0 Update configure_r10k.pp for PE3.8 2015-05-15 11:37:47 -07:00
Nick Walker
2567745d68 Update hiera.yaml 2015-05-14 11:40:35 -07:00
Nick Walker
4fa14545f6 Update site.pp to work OOTB 2015-05-11 15:28:42 -07:00
Nick Walker
e2b5da17e6 Update README.md 2015-01-14 17:17:58 -08:00
Nick Walker
0c67040afa Update README.md 2015-01-14 14:32:59 -08:00
Nick Walker
f4393ecc07 Add stdlib to Puppetfile
Comment out Gary's examples
2015-01-14 14:22:45 -08:00
Nick Walker
a6ef384222 Add the README 2015-01-13 16:50:53 -08:00
Nick Walker
4e2a2b81cf Initial Commit
Stole Gary's puppet_repository and modified it for general
general consumption.

Upped the version of r10k to newest (1.4.1)

Ripped out the hiera examples just left defaults.yaml

Tweaked environment.conf
2015-01-13 16:42:06 -08:00