git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/.forbidden_modules
Commit message (Expand)AuthorAgeFilesLines
* Initial commitH. P. 2022-03-191-0/+2
015-08-171-2/+11 | | | | * | Add abrader-gms module to PuppetfileNick Walker 2015-08-171-0/+5 | | | | * | Add vhsn/gitlab and acidprime/r10k to PuppetfileNick Walker 2015-08-141-0/+7 | | | | * | Add a gitlab roleNick Walker 2015-08-141-0/+5 | | | | * | Add a gitlab profile / add ssh-keygen to puppetmaster profileNick Walker 2015-08-142-0/+45 | | | | * | Add puppet-master.yaml to hieradataNick Walker 2015-08-141-0/+42 | | | | | | | | | | | | | | | I need a way to tune my VMs to use less memory and this allows me to do that. | * | Remove extraneous slash from puppetmaster profileNick Walker 2015-08-141-1/+1 | | | | * | Fix some incorrect quoting in the hiera classNick Walker 2015-08-131-3/+3 | | | | | | | | | | | | | | | | | | | | | I thought I needed to double quote items that had interpolated variables but it turns out I don't need to which is good because I effectively can't due to .to_yaml not doing what I wanted it to do. | * | Fix some quoting issues and add role:: to the include in site.ppNick Walker 2015-08-132-4/+4 | | | | * | Add execute bit to config_version scriptsNick Walker 2015-08-132-0/+0 | | | | * | Update the README, add an all_in_one_pe roleNick Walker 2015-08-133-28/+60 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | * | fix config_version script for 3.8 and below