Skip to content

Commit

Permalink
(SIMP-6213) Use latest concat in tests (#30)
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 concat and stdlib Puppet module versions
- Fixed URLs in the README.md

SIMP-6213 #comment pupmod-simp-tcpwrappers
  • Loading branch information
lnemsick-simp authored and trevor-vaughan committed Mar 4, 2019
1 parent 3752f64 commit 84326ab
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 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
simplib: https://github.com/simp/pupmod-simp-simplib
stdlib: https://github.com/simp/puppetlabs-stdlib
symlinks:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
* Thu Feb 14 2019 Liz Nemsick <[email protected]> - 6.1.1-0
- Use simplib::ipaddresses() in lieu of ipaddresses(), a deprecated
simplib Puppet 3 function.
- Expanded the upper limit of the concat and stdlib Puppet module versions
- Fixed URLs in the README.md

* Fri Aug 24 2018 Nick Miller <[email protected]> - 6.1.0-0
- Add support for Puppet 5 and OEL
Expand Down
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html) [![Build Status](https://travis-ci.org/simp/pupmod-simp-tcpwrappers.svg)](https://travis-ci.org/simp/pupmod-simp-tcpwrappers) [![SIMP compatibility](https://img.shields.io/badge/SIMP%20compatibility-4.2.*%2F5.1.*-orange.svg)](https://img.shields.io/badge/SIMP%20compatibility-4.2.*%2F5.1.*-orange.svg)
[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/73/badge)](https://bestpractices.coreinfrastructure.org/projects/73)
[![Puppet Forge](https://img.shields.io/puppetforge/v/simp/tcpwrappers.svg)](https://forge.puppetlabs.com/simp/tcpwrappers)
[![Puppet Forge Downloads](https://img.shields.io/puppetforge/dt/simp/tcpwrappers.svg)](https://forge.puppetlabs.com/simp/tcpwrappers)
[![Build Status](https://travis-ci.org/simp/pupmod-simp-tcpwrappers.svg)](https://travis-ci.org/simp/pupmod-simp-tcpwrappers)

## This is a SIMP module
This module is a component of the [System Integrity Management Platform](https://github.com/NationalSecurityAgency/SIMP), a compliance-management framework built on Puppet.

This module is a component of the [System Integrity Management Platform](https://simp-project.com),
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](https://simp-project.atlassian.net/wiki/display/SD/Contributing+to+SIMP) and visit our [developer wiki](https://simp-project.atlassian.net/wiki/display/SD/SIMP+Development+Home).
Please read our [Contribution Guide] (https://simp.readthedocs.io/en/stable/contributors_guide/index.html).

## Work in Progress

Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.13.1 < 5.0.0"
"version_requirement": ">= 4.13.1 < 6.0.0"
},
{
"name": "puppetlabs/concat",
"version_requirement": ">= 2.2.0 < 5.0.0"
"version_requirement": ">= 2.2.0 < 6.0.0"
},
{
"name": "simp-simplib",
Expand Down

0 comments on commit 84326ab

Please sign in to comment.