Skip to content

Commit

Permalink
(SIMP-6229) Update upper bound stdlib < 6.0.0 (#23)
Browse files Browse the repository at this point in the history
- Update the upper bound of stdlib to < 6.0.0
- Update a URL in the README.md

SIMP-6229 #comment pupmod-simp-useradd
  • Loading branch information
lnemsick-simp authored and sharkbruhaha committed Mar 8, 2019
1 parent 616bc6d commit df72218
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
* Tue Feb 12 2019 Liz Nemsick <lnemsick.simp@gmail.com> - 0.2.3
- Use Simplib::Umask data type in lieu of validate_umask(),
a deprecated simplib Puppet 3 function.
- Update the upper bound of stdlib to < 6.0.0
- Update a URL in the README.md

* Fri Aug 24 2018 Nick Miller <nick.miller@onyxpoint.com> - 0.2.2
- Add support for Puppet 5 and OEL
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@ SIMP Puppet modules are generally intended for use on Red Hat Enterprise Linux a

## Development

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)
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.13.0 < 5.0.0"
"version_requirement": ">= 4.13.0 < 6.0.0"
}
],
"operatingsystem_support": [
Expand Down

0 comments on commit df72218

Please sign in to comment.