git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update links in READMEEwoud Kohl van Wijngaarden 2021-10-121-5/+5
| | | | | | All links to Puppet's Code Manager were broken. The Puppet 5 links are updated to version 7. The Gitlab links redirect somewhere else. The direct link saves users a redirect.
* Merge pull request #101 from kinners00/adhoc-contentReid Vandewiele 2021-06-115-0/+21
|\ | | | | add tasks and plans directories
| * change of language Marc McKinley 2021-05-191-1/+1
| | | | | | | | | | script > task Co-authored-by: Reid Vandewiele <reid@puppet.com>
| * change of language Marc McKinley 2021-05-191-1/+1
| | | | | | | | | | script > task Co-authored-by: Reid Vandewiele <reid@puppet.com>
| * Indentation for JSON Marc McKinley 2021-05-191-3/+3
| | | | | | | | | | 4 spaces, closing brace at same level as opening brace Co-authored-by: Reid Vandewiele <reid@puppet.com>
| * Indentation fixMarc McKinley 2021-05-191-1/+1
| | | | | | Co-authored-by: Reid Vandewiele <reid@puppet.com>
| * Indentation for JSON Marc McKinley 2021-05-191-3/+3
| | | | | | | | | | 4 spaces, closing brace at same level as opening brace Co-authored-by: Reid Vandewiele <reid@puppet.com>
| * Indent to level of line number (line 4) being describedMarc McKinley 2021-05-191-1/+1
| | | | | | Co-authored-by: Reid Vandewiele <reid@puppet.com>
| * Update win_example.jsonMarc McKinley 2021-05-121-1/+1
| |
| * Rename win.ps1 to win_example.ps1Marc McKinley 2021-05-121-0/+0
| |
| * Rename win.json to win_example.jsonMarc McKinley 2021-05-121-0/+0
| |
| * Rename nix.sh to nix_example.shMarc McKinley 2021-05-121-0/+0
| |
| * Update and rename nix.json to nix_example.jsonMarc McKinley 2021-05-122-4/+4
| |
| * Update win.jsonMarc McKinley 2021-05-121-1/+1
| |
| * Create win.jsonMarc McKinley 2021-05-121-0/+4
| |
| * Create nix.jsonMarc McKinley 2021-05-121-0/+4
| |
| * Rename winscript.ps1 to win.ps1Marc McKinley 2021-05-121-0/+0
| |
| * Rename nixscript.sh to nix.shMarc McKinley 2021-05-121-0/+0
| |
| * Rename script.sh to nixscript.shMarc McKinley 2021-05-121-0/+0
| |
| * Rename script.ps1 to winscript.ps1Marc McKinley 2021-05-121-0/+0
| |
| * Create myplan.ppMarc McKinley 2021-05-121-0/+9
| |
| * Create script.ps1Marc McKinley 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.