Commit Graph

202 Commits

Author SHA1 Message Date
jhejda@wmpromus.com
737418dc4c cd4pe in puppetfile 2019-05-14 15:16:11 +02:00
jhejda@wmpromus.com
4e5c7bbf80 cd4pe in puppetfile 2019-05-14 15:12:48 +02:00
jhejda@wmpromus.com
0742a3d0a9 cd4pe in puppetfile 2019-05-14 15:08:49 +02:00
jhejda@wmpromus.com
5146d48a00 cd4pe in puppetfile 2019-05-14 15:06:43 +02:00
jhejda@wmpromus.com
5566151b19 cd4pe in puppetfile 2019-05-14 15:00:12 +02:00
jhejda@wmpromus.com
0a67313761 cd4pe in puppetfile 2019-05-14 14:56:36 +02:00
jhejda@wmpromus.com
bc4038fb8d cd4pe in puppetfile 2019-05-14 14:54:22 +02:00
jhejda@wmpromus.com
8236908159 cd4pe in puppetfile 2019-05-14 14:47:49 +02:00
jhejda@wmpromus.com
4f34813865 cd4pe in puppetfile 2019-05-14 14:30:05 +02:00
jhejda@wmpromus.com
68a7bf5561 cd4pe in puppetfile 2019-05-14 14:27:18 +02:00
jhejda@wmpromus.com
5c18c5b554 cd4pe in puppetfile 2019-05-14 13:50:27 +02:00
jhejda@wmpromus.com
d16b593e72 fail 2019-05-08 11:58:56 +02:00
jhejda@wmpromus.com
7a36f38501 fail 2019-05-08 11:57:43 +02:00
jhejda@wmpromus.com
f7b40379d4 fail 2019-05-08 11:56:42 +02:00
jhejda@wmpromus.com
6fe4f7f92a fail 2019-05-08 11:53:52 +02:00
jhejda@wmpromus.com
a45e57cb81 fail 2019-05-08 11:51:53 +02:00
jhejda@wmpromus.com
a54862a233 fail 2019-05-08 11:49:54 +02:00
jhejda@wmpromus.com
7f349ae3e1 fail 2019-05-08 11:46:57 +02:00
jhejda@wmpromus.com
e97fd8af5c fail 2019-05-08 11:45:48 +02:00
jhejda@wmpromus.com
b19b1900f2 fail 2019-05-08 11:43:40 +02:00
jhejda@wmpromus.com
3176ca3625 fail 2019-05-08 11:41:29 +02:00
jhejda@wmpromus.com
630a94fb7e fail 2019-05-08 11:40:32 +02:00
jhejda@wmpromus.com
1b6e03fe85 fail 2019-05-08 11:36:41 +02:00
jhejda@wmpromus.com
a4f03eaf5d fail 2019-05-08 11:29:32 +02:00
jhejda@wmpromus.com
ee2310f9b3 tuning 2019-03-15 12:43:59 +01:00
jhejda@wmpromus.com
6f60519b49 missing : 2019-03-12 16:58:45 +01:00
jhejda@wmpromus.com
92c20fab5c first test 2019-03-12 16:52:39 +01:00
root
11c1335f34 fix 2018-12-04 16:52:22 +00:00
root
daefadef19 ppp 2018-12-04 16:37:54 +00:00
root
a2ab4aa5af pp 2018-12-04 16:37:11 +00:00
root
96397f30e9 p 2018-12-04 16:36:05 +00:00
root
afc34ae90e manifests 2018-12-04 16:29:37 +00:00
Nate McCurdy
f69ffd8ce1 Update module examples to latest versions 2018-05-08 10:46:30 -07:00
Nate McCurdy
36a2784275 Resolve Rubocop warnings
* Removed the useless assignment in the config_version.rb error catching
* Single quote vs. double quote in Puppetfile
2018-05-08 10:46:30 -07:00
Nate McCurdy
aaa85a0e03
Merge pull request #57 from natemccurdy/config_version
Config Version Improvements
2018-05-08 10:43:35 -07:00
Nate McCurdy
78662f908d
Merge pull request #61 from natemccurdy/readme_markdown
Improve the README
2018-03-13 18:43:43 -07:00
Nate McCurdy
bab3453bb5 Simplify the info about the RampUp Program 2018-03-13 13:47:19 -07:00
Nate McCurdy
fda0396e06 Add a tree view with descriptions of important files 2018-02-06 17:35:34 -08:00
Nate McCurdy
c69edaddda Reorganize the README and improve the documentation
This commit moves the "where did all the previous code go" section to
the bottom as it's been a while since that change was made. Nowadays,
people new to Control Repositories will find this and won't understand
the reference as they never knew about previous versions.

Now the README starts right away with information on what this project
is and how to use it.

Also cleaned up some of the Markdown syntax to make it easier to read.
2018-02-06 17:35:34 -08:00
Nate McCurdy
9b2a0d9029 Fix markdown list syntax 2018-02-06 15:59:51 -08:00
Nate McCurdy
cbeb86670a
Merge pull request #59 from petems/add_bitbucket_instructions
Add Bitbucket/Stash instructions
2018-02-01 11:11:55 -08:00
Peter Souter
096719d759 Add Bitbucket/Stash instructions 2018-02-01 19:10:43 +00:00
Nate McCurdy
e5189b5515 Show the short hostname, not the FQDN in config_version
This is mainly a style and readability change.

Prior to this, on masters whose hostname is actually their FQDN, the
config_version script would show the entire FQDN. On nodes with really
longs FQDN's, it was not very nice to look at.

This takes the hostname of the master, splits it on dots (.) and takes
the first segment.

Now this: compile-master-02.int.lab.dmz.company-name.net-production-48fd18ab
Is this:  compile-master-02-production-48fd18ab
2017-12-15 12:52:14 -06:00
Nate McCurdy
09df4b4961 Use the puppet-agent ruby in config_version.rb
Prior to this, the config_version.rb script (used for r10k) attempted to
use the system ruby to parse the script. This caused problems on Puppet
masters that don't have `ruby` in PATH.

This fixes that by hardcoding the puppet-agent's ruby in the shebang.
2017-12-15 12:48:47 -06:00
Federico Voges
c221d72929
Merge pull request #56 from natemccurdy/gitignore
Ignore modules pulled from r10k
2017-11-28 00:15:38 +00:00
Nate McCurdy
0069299d6f Ignore modules pulled from r10k into modules/
Prior to this, modules that were deployed with r10k into the ./modules
directory weren't being ignored by git.

When doing local development or testing, it's nice to be able to run
'r10k puppetfile install' to pull down modules from the Puppetfile.
After this commit, those modules won't be tracked by git.
2017-11-27 19:08:54 -05:00
Nate McCurdy
c89b8d7ef8
Merge pull request #55 from igalic/patch-1
point "forge" to new canonical URL, with https
2017-11-27 19:06:06 -05:00
Igor Galić
9a13af11c6
point "forge" to new canonical URL, with https 2017-11-27 21:41:11 +01:00
Nate McCurdy
4aa1446323
Merge pull request #53 from reidmv/hiera5
Enable Hiera 5
2017-11-16 15:58:30 -08:00
Nate McCurdy
53d4c56136
Merge pull request #54 from jdesroch/patch-1
Typo fix in README.md
2017-11-15 10:31:59 -08:00