Skip to content

Commit

Permalink
(SIMP-6229) Update upper bound stdlib < 6.0.0 (#31)
Browse files Browse the repository at this point in the history
* (SIMP-6229) Update upper bound stdlib < 6.0.0

- Update the upper bound of stdlib to < 6.0.0
- Update a URL in the README.md

SIMP-6229 #comment pupmod-simp-acpid

* Fix another bad simp-doc url
  • Loading branch information
lnemsick-simp authored and jeannegreulich committed Mar 7, 2019
1 parent 9916be3 commit 26a0472
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
* Thu Mar 07 2019 Liz Nemsick <[email protected]> - 1.0.4-0
- Update the upper bound of stdlib to < 6.0.0
- Update a URL in the README.md

* Mon Oct 29 2018 Jeanne Greulich <[email protected]> - 1.0.3-0
- asset updates for Puppet 5

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ a compliance-management framework built on Puppet.

If you find any issues, they can be submitted to our [JIRA](https://simp-project.atlassian.net/).

Please read our [Contribution Guide](http://simp-doc.readthedocs.io/en/stable/contributors_guide/index.html)
Please read our [Contribution Guide](https://simp.readthedocs.io/en/stable/contributors_guide/index.html)

This module is optimally designed for use within a larger SIMP ecosystem, but it can be used independently:
* When included within the SIMP ecosystem, security compliance settings will be managed from the Puppet server.
Expand Down Expand Up @@ -63,7 +63,7 @@ SIMP Puppet modules are generally intended for use on Red Hat Enterprise Linux a

## Development

Please see the [SIMP Contribution Guidelines](http://simp-doc.readthedocs.io/en/stable/contributors_guide/index.html).
Please see the [SIMP Contribution Guidelines](https://simp.readthedocs.io/en/stable/contributors_guide/index.html).


### Acceptance tests
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simp-acpid",
"version": "1.0.3",
"version": "1.0.4",
"author": "SIMP Team",
"summary": "Manages ACPI daemon",
"license": "Apache-2.0",
Expand All @@ -18,7 +18,7 @@
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.13.1 < 5.0.0"
"version_requirement": ">= 4.13.1 < 6.0.0"
}
],
"operatingsystem_support": [
Expand Down

0 comments on commit 26a0472

Please sign in to comment.