git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/.forbidden_modules
blob: 4f95ba0abfd54e876886b490cd74297bed783102 (plain)
1
2
Switch           Use if, elsif instead of the deprecated Switch module
Fatal            Use autodie instead of Fatal
\ \ | | | | | | Corrected documentation grammar. | * | Corrected documentation grammar.Jerald Sheets 2016-02-241-1/+1 |/ / * | Merge pull request #19 from pjmorr/patch-1Nate McCurdy 2016-02-221-1/+1 |\ \ | |/ |/| Update all_in_one_pe_2015_2.pp | * Update all_in_one_pe_2015_2.ppPhilip Morrison 2016-02-141-1/+1 |/ | | | Shouldn't this be profile::git_webhook as in all_in_one_pe.pp since the abstraction logic is located there? Either that or the profile::zack_r10k_webook is missing from the location specified? * Merge pull request #15 from npwalker/fix_hostname_in_role_curlNate McCurdy 2016-01-271-1/+1 |\ | | | | Fix hostname on role creation curl command | * Fix hostname on role creation curl commandNick Walker 2016-01-121-1/+1 |/ | | | | | | | | | | Prior to the this commit, if you were using the code_manager profile on a split install it would incorrectly try to curl the NC api on the master node. After this commit, it should correctly curl the hostname of the NC This has no impact on the functionality of the code on a monolithic PE installation. * Merge pull request #12 from npwalker/move_hiera_config_settingGary Larizza 2016-01-111-1/+10 |\ | | | | Move hiera_config to main section of puppet.conf | * Move hiera_config to main section of puppet.confNick Walker 2016-01-061-1/+10 |/ | | | | If it is in master instead of main then puppet apply will give a warning. * Merge pull request #9 from npwalker/2015_3_prepGary Larizza 2016-01-0518-148/+436 |\ | | | | Changes for PE2015.3.0 | * Update README with info on how to upgrade from 2015.2Nick Walker 2016-01-041-50/+52 | | | | | | | | | | | | | | Mostly reorganized the README to be 2015.3 first and then have some extra info at the bottom about upgrading from 2015.2. Added a blurb about what the control-repo provides. | * Add an exec to create the Deploy Environments RBAC RoleNick Walker 2015-12-282-9/+25 | | | | | | | | | | | | | | | | | | Prior to this commit there was a requirement for the user of this repo to create a RBAC role in order for code manager to work. After this commit an exec statement will curl the RBAC API to create the role one time and hopefully it works otherwise the exec will not run again. | * Add functionality to disable the zack/r10k webhook