Skip to content

Commit

Permalink
Merge pull request #30 from bastelfreak/rel100
Browse files Browse the repository at this point in the history
Release 1.0.0
  • Loading branch information
dhoppe committed Jan 14, 2017
2 parents 7c6b7f7 + 57eb21c commit 88d2da6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 17 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Changelog

## 2017-01-14 - Release 1.0.0

This is the first release with only Puppet 4.6.1 and newer support!
- drop centos5 acceptance tests
- Add Puppet 4 type validation
- Wrap $ensure in single quotes to allow comma seperated values

## 2017-01-11 - Release 0.10.0

- Last Release with Puppet 3 support!
Expand Down
15 changes: 3 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This module provides helpful definitions for dealing with *yum*.

Module has been tested on:

* Puppet 3.x
* Puppet 4.6.1 and newer
* CentOS 6, 7

# Usage
Expand Down Expand Up @@ -139,15 +139,6 @@ yum::install { 'package-name':

Please note that resource name must be same as installed package name.

# Contributors
---

* Joseph Yaworski <jyaworski@carotid.us>
* Eugene Dementiev <eugene@dementiev.eu>
* Mark McKinstry <mmckinst@nexcess.net>
* Trey Dockendorf <treydock@gmail.com>
* Derek McEachern <a0216331@ti.com>
* John Zimmerman <zimmermj@trimet.org>

***

CERIT Scientific Cloud, <support@cerit-sc.cz>
This module was donated by CERIT Scientific Cloud, <support@cerit-sc.cz> to Vox Pupuli
6 changes: 1 addition & 5 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppet-yum",
"version": "0.10.1-rc0",
"version": "1.0.0",
"author": "Vox Pupuli",
"summary": "YUM utilities",
"license": "MIT",
Expand All @@ -27,31 +27,27 @@
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"5",
"6",
"7"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"5",
"6",
"7"
]
},
{
"operatingsystem": "Scientific",
"operatingsystemrelease": [
"5",
"6",
"7"
]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [
"5",
"6",
"7"
]
Expand Down

0 comments on commit 88d2da6

Please sign in to comment.