| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
* Jumpstart programme is not live
We should remove the mention of the jumpstart programme which appears orphaned and unmaintained
* Update README.md
Co-authored-by: Reid Vandewiele <reid@puppet.com>
|
|\
| |
| | |
add tasks and plans directories
|
| |
| |
| |
| |
| | |
script > task
Co-authored-by: Reid Vandewiele <reid@puppet.com>
|
| |
| |
| |
| |
| | |
script > task
Co-authored-by: Reid Vandewiele <reid@puppet.com>
|
| |
| |
| |
| |
| | |
4 spaces, closing brace at same level as opening brace
Co-authored-by: Reid Vandewiele <reid@puppet.com>
|
| |
| |
| | |
Co-authored-by: Reid Vandewiele <reid@puppet.com>
|
| |
| |
| |
| |
| | |
4 spaces, closing brace at same level as opening brace
Co-authored-by: Reid Vandewiele <reid@puppet.com>
|
| |
| |
| | |
Co-authored-by: Reid Vandewiele <reid@puppet.com>
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|/ |
|
|\
| |
| | |
Add template instructions
|
| |
| |
| | |
Co-authored-by: Reid Vandewiele <reid@puppet.com>
|
|/ |
|
|\
| |
| | |
update the version of the example modules
|
|/ |
|
|\
| |
| | |
Update README.md
|
| |
| |
| |
| |
| | |
Sounds good
Co-authored-by: Reid Vandewiele <reid@puppet.com>
|
|/
|
| |
Updating Code Manager link to the latest - https://puppet.com/docs/pe/2019.8/code_mgr.html. As old link has been updated.
|
|\
| |
| | |
(maint) Fix CODEOWNERS
|
|/ |
|
|
|
|
| |
This reverts commit bfb2d7a1828b22f7f7e5d4955743ccd9f08147db.
|
|
|
|
| |
This reverts commit 58103e4ef4478f7c997c769a7111ca48cdf269eb.
|
|
|
|
| |
This reverts commit 1041362ee1d4b0ea2e0328881bf4aea9771e76c2.
|
| |
|
| |
|
| |
|
|\
| |
| | |
Improve portability
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| | |
Fail before doing anything when passed parameters are invalid.
|
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- 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.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|\ \
| | |
| | | |
Update outdated info and links in site.pp comments
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
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.
|