forked from OSC/puppet-module-openondemand
-
Notifications
You must be signed in to change notification settings - Fork 3
Pull in Latest code #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Allow arbitrary string for auth_type For sites that use an AuthType that is not a member of the Enum, it would be useful if this parameter also accepted any string. I left the Enum as a variant as it might be a useful hint for the most commonly used types. * Update manifests/init.pp Co-authored-by: treydock <[email protected]>
* Allow set_host under batch_connect type * Add set_host to template Co-authored-by: Matt Mix <[email protected]> Co-authored-by: treydock <[email protected]>
* Use NodeJS 14 Fixes #114 * Fix usage of apache::custom_config to work with newer Apache module versions
* PDK update and fix EL7 acceptance tests * Rubocop fixes
* Support --insecure flag for ood-portal-generator * Do not yet support --insecure on tagged RPMs that are not nightlies * Avoid Puppet ruby during beaker tests, force specific PATH
This reverts commit 0b42e7f.
* Add Rocky Linux 8, drop CentOS 8, drop Scientific 7 and 8 * Enable ood-portal-generator --insecure flag during acceptance tests now that 2.1 builds in latest repo * Need to update nodejs version for EL8
* Support Ubuntu 20.04 * Rubocop fixes
* Ensure nodejs 14 repo is present for Debian/Ubuntu * Avoid 2.0 repos, likely rebase issue * Skip failing tests for Ubuntu till proper packages exist
* Avoid latest repo by default, not a stable repo * Avoid idempotent issues with Ubuntu and mod enabling symlinks
* Switch to use OnDemand 3.0 * PDK update and lint fixes
OnDemand 3.0 support
* Support puppetlabs/apt 9.x * Support puppetlabs/apache 10.x * Support puppetlabs/vcsrepo 6.x * Support puppet/augeasproviders_shellvar 5.x * Support puppet/systemd 4.x
* Adding proxy for ondemand repo. Co-authored-by: treydock <[email protected]>
* Support newer stdlib and systemd modules Avoid apt 9.1.0 as can't force >= stdlib 9.0 yet due to concat dependencies * Hacks to force modules ignoring dependencies * Avoid deprecation warnings with to_yaml that break Puppet 8 * Try to go back to strict warning * Skip nightly acceptance until can debug what's broken
Fixes #129 Use 0644 to ensure files are 0644 and Puppet will automatically add execute bit to directories, ie avoid execute bit on files
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.