git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | 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-modulesNick Walker 2019-01-316-1/+1
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prior to this commit, we placed modules local to a users installation in the `site` directory. This was just a convention and the name `site` doesn't clearly convey what it is for. After this commit, we place modules local to a users installation in the `site-modules` directory. This makes it more clear to users that this is a directory that modules go i. When users start with bolt they won't even know what a control-repo is and renaming site to site-modules gives them a better idea of why they should put their modules with tasks in them. Also see: https://tickets.puppetlabs.com/browse/BOLT-1108
* / Fixed typos for 'moduelpath' and 'batteries includes' to 'modulepath' and ↵Craig Sprout 2018-12-071-2/+2
|/ | | | 'batteries included'
* Update module examples to latest versionsNate McCurdy 2018-05-081-4/+4
|
* Resolve Rubocop warningsNate McCurdy 2018-05-082-5/+5
| | | | | * Removed the useless assignment in the config_version.rb error catching * Single quote vs. double quote in Puppetfile
* Merge pull request #57 from natemccurdy/config_versionNate McCurdy 2018-05-082-3/+5
|\ | | | | Config Version Improvements
| * Show the short hostname, not the FQDN in config_versionNate McCurdy 2017-12-152-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is mainly a style and readability change. Prior to this, on masters whose hostname is actually their FQDN, the config_version script would show the entire FQDN. On nodes with really longs FQDN's, it was not very nice to look at. This takes the hostname of the master, splits it on dots (.) and takes the first segment. Now this: compile-master-02.int.lab.dmz.company-name.net-production-48fd18ab Is this: compile-master-02-production-48fd18ab
| * Use the puppet-agent ruby in config_version.rbNate McCurdy 2017-12-151-1/+1
| | | | | | | | | | | | | | | | Prior to this, the config_version.rb script (used for r10k) attempted to use the system ruby to parse the script. This caused problems on Puppet masters that don't have `ruby` in PATH. This fixes that by hardcoding the puppet-agent's ruby in the shebang.
* | Merge pull request #61 from natemccurdy/readme_markdownNate McCurdy 2018-03-131-93/+94
|\ \ | | | | | | Improve the README