git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/site/profile/files
diff options
context:
space:
mode:
Diffstat (limited to 'site/profile/files')
0 files changed, 0 insertions, 0 deletions
Kinley 2021-05-121-0/+1 | * adding script.shMarc McKinley 2021-05-121-0/+3 | * Merge pull request #100 from puppetlabs/binford2k-patch-1Ben Ford 2021-05-061-1/+8 |\ | | | | Add template instructions | * Update README.mdBen Ford 2021-05-051-1/+1 | | | | | | Co-authored-by: Reid Vandewiele <reid@puppet.com> | * Add template instructionsBen Ford 2021-05-051-1/+8 |/ * Merge pull request #97 from mcka1n/patch-1Reid Vandewiele 2021-05-041-3/+3 |\ | | | | update the version of the example modules | * update the version of the example modulesEdwin Maldonado 2021-05-041-3/+3 |/ * Merge pull request #91 from vulongtran/patch-1Reid Vandewiele 2020-10-211-2/+1 |\ | | | | Update README.md | * Update README.md Vu Long Tran 2020-10-211-2/+1 | | | | | | | | | | Sounds good Co-authored-by: Reid Vandewiele <reid@puppet.com> | * Update README.mdVu Long Tran 2020-10-191-1/+1 |/ | | Updating Code Manager link to the latest - https://puppet.com/docs/pe/2019.8/code_mgr.html. As old link has been updated. * Merge pull request #87 from mwaggett/codeownersReid Vandewiele 2020-09-101-1/+1 |\ | | | | (maint) Fix CODEOWNERS | * (maint) Fix CODEOWNERSMolly Waggett 2020-09-101-1/+1 |/ * Revert "add db2 module"Iristyle 2019-12-031-6/+0 | | | | This reverts commit bfb2d7a1828b22f7f7e5d4955743ccd9f08147db. * Revert "add db2_server role and profile"Iristyle 2019-12-032-22/+0 | | | | This reverts commit 58103e4ef4478f7c997c769a7111ca48cdf269eb. * Revert "include db2 class"Iristyle 2019-12-031-1/+0 | | | | This reverts commit 1041362ee1d4b0ea2e0328881bf4aea9771e76c2. * include db2 classJesse Reynolds 2019-11-301-0/+1 | * add db2_server role and profileJesse Reynolds 2019-11-302-0/+22 | * add db2 moduleJesse Reynolds 2019-11-301-0/+6 | * Merge pull request #65 from smortex/portability-fixesReid Vandewiele 2019-10-183-9/+32 |\ | | | | Improve portability | * Don't assume git is in /usr/bin; expect it on PATHReid Vandewiele 2019-10-161-2/+2 | | | * Restore and clarify config_version functionalityReid Vandewiele 2019-10-163-5/+52 | | | | | | | | | | | | | | | | This branch is intended as a portability fix. Some functionailty had been inadvertently removed as unused, but testing revealed that it had a purpose. Because the purpose was unclear, this commit restores the functionality AND clarifies it in the script names and comments in config_version.sh. | * Remove code dead for more than 2 yearsRomain Tartière 2018-05-112-30/+1 | | | | | | | | | | | | r10k generates a .r10k-deploy.json file since version 2.1.0 which was released on October 28, 2015. New users of the control-repo are not likely to have a so old version of r10k, so remove this dead code. | * Do sanity checking earlyRomain Tartière 2018-05-111-0/+5 | | | | | | | | Fail before doing anything when passed parameters are invalid. | * Remove execute permission and shebangsRomain Tartière 2018-05-112-2/+0 | | | | | | | | | | | | | | The appropriate ruby interpreter is determined by the config_version.sh shell script which explicitely use it to start these ruby scripts. Removing the execute bit ensure users will not run these script with the wrong Ruby version. | * Improve portabilityRomain Tartière 2018-05-111-11/+13 | | | | | | | | | | | | | | | | | | - Fix shebang: `bash` is not always in `/bin/`, and since the script does not have bashism, rely on `sh` which is always in `/bin/`; - Use `/opt/puppetlabs/puppet/bin/ruby` if this file exist and is executable, otherwise use `ruby` from $PATH; - Use `code_manager_config_version.rb` if `.r10k-deploy.json` is found, and `config_version.rb` in all other cases. * | Create CODEOWNERSBen Ford 2019-08-211-0/+1 | | * | (maint) Update Puppetfile versions, update styleReid Vandewiele 2019-07-113-11/+11 | | | | | | | | | | | | | | | | | | | | | | | | This commit updates the Puppetfile example module versions to list the latest releases for the example modules as of 2019-07-10, and also updates several files for style. Standardizing on double-quotes in YAML due to: 1. Functional irrelevance between single vs. double quotes in our YAML 2. Prevalent use of double-quotes in Puppet documentation 3. Similar look-and-feel to other data serialization formats like JSON * | Merge pull request #73 from natemccurdy/site_pp_updatesadam buxton 2019-05-141-14/+13 |\ \ | | | | | | Update outdated info and links in site.pp comments | * | Update outdated info and links in site.pp commentsNate McCurdy 2019-05-061-14/+13 |/ / | | | | | | | | | | | | | | This commit attempts to cleanup and modernize the comments in site.pp a bit. For one thing, I've updated the docs links to point to working URL's. For another, I tried to reorganize, clarify, and deduplicate the comments. * | Merge pull request #71 from npwalker/rename_site_to_site-modulesReid Vandewiele 2019-02-267-5/+5 |\ \ | | | | | | Rename site directory to site-modules | * | Update README to reflect site -> site-modulesReid Vandewiele 2019-02-261-4/+4 | | | | * | Remove symlink site -> site-modulesReid Vandewiele 2019-02-261-1/+0 | | | | | | | | | | | | | | | | | | | | | | | | | | | The symlink served for a good discussion point around change impact, but in the end having it makes for a more confusing experience overall both to new users cloning the control-repo to get started and also to anyone accustomed to "site". A new user won't miss "site". A symlink will muddy the waters over the change for long-time users. Better for clarity to be all-in and not include a symlink. | * | Add symlink from site to site-modules for compatibilityNick Walker 2019-02-041-0/+1 | | | | * | Rename site directory to site-modules