Skip to content

Commit

Permalink
(SIMP-6213) Use latest concat in tests (#19)
Browse files Browse the repository at this point in the history
- Test with latest concat Puppet module instead of 4.1.1
- Expanded the upper limit of the stdlib Puppet module version
- Updated a URL in the README.md

SIMP-6213 #comment pupmod-simp-simp_snmpd
  • Loading branch information
lnemsick-simp authored and jeannegreulich committed Mar 5, 2019
1 parent 8c616a6 commit 830a1f9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
6 changes: 1 addition & 5 deletions .fixtures.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
---
fixtures:
repositories:
concat:
# master is beyond 4.1.1, but has breaking changes to
# how fragments are ordered (MODULES-6625)
repo: https://github.com/simp/puppetlabs-concat
ref: 4.1.1
concat: https://github.com/simp/puppetlabs-concat
iptables: https://github.com/simp/pupmod-simp-iptables
logrotate: https://github.com/simp/pupmod-simp-logrotate
pki: https://github.com/simp/pupmod-simp-pki
Expand Down
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 <[email protected]> - 0.1.2-0
- Use simplib::passgen() in lieu of passgen(), a deprecated simplib
Puppet 3 function.
- Expanded the upper limit of the stdlib Puppet module version
- Updated a URL in the README.md

* Wed Nov 21 2018 Adam Yohrling <[email protected]> - 0.1.1-0
- Add Oracle Linux Support
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ supported operating systems, Puppet versions, and module dependencies.

## 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).

### Acceptance tests

Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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 830a1f9

Please sign in to comment.