git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Expand)AuthorAgeFilesLines
* add .gitignore to ignore my example hiera fileNick Walker 2015-10-221-0/+1
| | | Also, add a table of contents to the README. I generated the table of contents using https://github.com/ekalinin/github-markdown-toc.go * Final steps to make Code Manager workNick Walker 2015-12-181-31/+42 | | | | | | | | | | - Moved ssh key generation and git deploy key out of the puppetmaster profile and into zack_r10k and code_manager - Swapped code manager into the all_in_one role - Made a 2015.2 all_in_one role if users prefer to use it - Conditionally move all existing code out of environmentpath to allow file sync to sync files - Update the README to compliment the new puppet code * Cleanup README to generalize urls and add notes about testingNick Walker 2015-11-241-5/+4 | | | | | | | Remove a specific reference to the npwalker namespace in a git clone command. Add some notes that this has only been tested against 2015.2.z. * Merge branch 'production' of https://github.com/npwalker/control-repo into ↵Nick Walker 2015-11-241-0/+177 |\ | | | | | | merge_npwalker_control_repo | * Multiple fixes to the READMENick Walker 2015-10-221-12/+12 | | | | | | | | | | | | fix step 16 and 17 being out of order fix a step that referred erronously to step 4 change the numbering to be reflective of actual numbering | * Clean up the README so it works from top to bottomNick Walker 2015-10-211-42/+20 | | | | | | | | | | I removed some extraneos notes I had and added a few more bits of documentation. | * Remove notes about making control-repo publicNick Walker 2015-10-201-4/+0 | | | * Change the zack/r10k webhook to not authenticateNick Walker 2015-10-201-1/+31 | | | * Change to using the webhook without mcollectiveNick Walker 2015-10-161-2/+4 | | | | | | | | | | | | In order to complete the change I refactered the webhook into its own set of profiles, one with mcollective and the other without. | * update READMENick Walker 2015-09-291-3/+5 | | | * Update README to remove --mirror from git cloneNick Walker 2015-09-251-1/+1 | | | * Update README some moreNick Walker 2015-09-241-62/+110 | | | * Update README partiallyNick Walker 2015-09-221-15/+34 | | | | | | | | | | | | | | I made some updates to the README that I never committed. I'm probably going to change some of this but it's more useful with these additions than without. | * Update READMENick Walker 2015-08-181-8/+22 | | | * Update the README with more specific instructionsNick Walker 2015-08-181-0/+26 | | | | | | | | This is still a WIP | * Update the README, add an all_in_one_pe roleNick Walker 2015-08-131-9/+55 | | | | | | | | | | | | | | | | | | | | | | Updating README for instructions on how to use the control-repo by putting it in your own git server and then using the r10k answers during installation of PE. Removing the manifest for configuring r10k using zack/r10k. Added a role that can be used to bootstrap an all-in-one PE installation. | * Update README.mdNick Walker 2015-05-261-0/+6 | | | * Update README.mdNick Walker 2015-05-151-1/+1 | | | * Update README.mdNick Walker 2015-01-141-1/+3 | | | * Update README.mdNick Walker 2015-01-141-1/+2 | | | * Add the READMENick Walker 2015-01-131-0/+6 | * Initial commit