Skip to content

Commit

Permalink
(SIMP-6229) Update upper bound stdlib < 6.0.0 (#38)
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-clamav
  • Loading branch information
lnemsick-simp authored and jeannegreulich committed Mar 7, 2019
1 parent 291f563 commit 79f39c1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
4 changes: 1 addition & 3 deletions .fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ fixtures:
logrotate: https://github.com/simp/pupmod-simp-logrotate
rsync: https://github.com/simp/pupmod-simp-rsync
simplib: https://github.com/simp/pupmod-simp-simplib
stdlib:
repo: https://github.com/simp/puppetlabs-stdlib
branch: master
stdlib: https://github.com/simp/puppetlabs-stdlib
symlinks:
clamav: "#{source_dir}"
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]> - 6.1.1-0
- Update the upper bound of stdlib to < 6.0.0
- Update URLs in the README.md

* Wed Oct 03 2018 Jeanne Greulich <[email protected]> - 6.1.0-0
- Add package_ensure parameter to use simp_options package_ensure value
for managing the installation of packages.
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-clamav.svg)](https://travis-ci.org/simp/pupmod-simp-clamav) [![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](https://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/clamav.svg)](https://forge.puppetlabs.com/simp/clamav)
[![Puppet Forge Downloads](https://img.shields.io/puppetforge/dt/simp/clamav.svg)](https://forge.puppetlabs.com/simp/clamav)
[![Build Status](https://travis-ci.org/simp/pupmod-simp-clamav.svg)](https://travis-ci.org/simp/pupmod-simp-clamav)

## 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
@@ -1,6 +1,6 @@
{
"name": "simp-clamav",
"version": "6.1.0",
"version": "6.1.1",
"author": "SIMP Team",
"summary": "Safely manages clamav",
"license": "Apache-2.0",
Expand All @@ -14,7 +14,7 @@
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.9.0 < 5.0.0"
"version_requirement": ">= 4.9.0 < 6.0.0"
},
{
"name": "simp/logrotate",
Expand Down

0 comments on commit 79f39c1

Please sign in to comment.