Skip to content

Commit

Permalink
Release v0.2.0 - Puppet 4 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
torrancew committed Apr 29, 2016
1 parent 1eeb381 commit 2cf4c45
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 13 deletions.
5 changes: 2 additions & 3 deletions .travis/travis.yml
Expand Up @@ -12,8 +12,9 @@ env:
- PUPPET_VERSION=2.7.26
- PUPPET_VERSION=3.8.7
- PUPPET_VERSION=4.4.2
gemfile: .travis/Gemfile
matrix:
allow_failures:
exclude:
- rvm: 1.8.7
env: PUPPET_VERSION=4.4.2
- rvm: 2.0.0
Expand All @@ -24,5 +25,3 @@ matrix:
env: PUPPET_VERSION=2.7.26
- rvm: 2.2
env: PUPPET_VERSION=3.8.7
gemfile: .travis/Gemfile

8 changes: 8 additions & 0 deletions CHANGELOG
@@ -1,3 +1,11 @@
v0.2.0: 2016-04-28
Changes:
* Add support for Ubuntu, Gentoo, Archlinux, RedHat 5
* Allows specifying desired version of cron package
* Allow command to be unset when $ensure = absent
* Puppet v4 Compatibility (file modes are now strings)
* Adds service management

v0.1.0: 2013-08-27
Changes:
* Add support for the "ensure" parameter
Expand Down
9 changes: 0 additions & 9 deletions Modulefile

This file was deleted.

2 changes: 1 addition & 1 deletion README.mkd
Expand Up @@ -159,9 +159,9 @@ Example:
* Andy Shinn (@andyshinn) - RedHat derivatives package name fix
* Chris Weyl (@RsrchBoy) - Fixed Puppet 3.2 deprecation warnings
* Mathew Archibald (@mattyindustries) - Fixed file ownership issues
* Nathan Sullivan (@CpuID) - Support for specifying package version
* The Community - Continued improvement of this module via bugs and patches


## TODO:

* <del>Add PuppetDoc markup to manifests</del>
Expand Down
26 changes: 26 additions & 0 deletions metadata.json
@@ -0,0 +1,26 @@
{
"name": "torrancew-cron",
"version": "0.2.0",
"author": "torrancew",
"license": "Apache-2.0",
"summary": "A module to manage cron jobs via /etc/cron.d",
"source": "https://github.com/torrancew/puppet-cron",
"project_page": "https://forge.puppetlabs.com/torrancew/cron",
"issues_url": "https://github.com/torrancew/puppet-cron/issues",
"tags": ["cron"],
"operatingsystem_support": [
{
"operatingsystem":"RedHat",
"operatingsystemrelease": [ "5.0", "6.0", "7.0" ]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [ "8.0", "7.0", "6.0" ]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "16.04", "14.04", "12.04", "10.04" ]
}
],
"data_provider": "none"
}

0 comments on commit 2cf4c45

Please sign in to comment.