Skip to content

Commit

Permalink
Release v0.1.0 - Fixes torrancew#18 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Tray Torrance committed Aug 28, 2013
1 parent 4068adf commit ca2c383
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v0.1.0: 2013-08-27
Changes:
* Add support for the "ensure" parameter

v0.0.3: 2013-07-04
Changes:
* Make job files owned by root
Expand Down
2 changes: 1 addition & 1 deletion Modulefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name 'torrancew-cron'
version '0.0.3'
version '0.1.0'
source 'https://github.com/torrancew/puppet-cron'
author 'torrancew'
license 'Apache License, Version 2.0'
Expand Down
6 changes: 6 additions & 0 deletions README.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ This module can install cron if needed - simply
cron::job creates generic jobs in /etc/cron.d.
It allows specifying the following parameters:

* ensure
* minute
* hour
* date
Expand Down Expand Up @@ -62,6 +63,7 @@ Example:
cron::hourly creates jobs in /etc/cron.d that run once per hour.
It allows specifying the following parameters:

* ensure
* minute
* user
* command
Expand All @@ -83,6 +85,7 @@ Example:
cron::daily creates jobs in /etc/cron.d that run once per day.
It allows specifying the following parameters:

* ensure
* minute
* hour
* user
Expand All @@ -105,6 +108,7 @@ Example:
cron::weekly creates jobs in /etc/cron.d that run once per week.
It allows specifying the following parameters:

* ensure
* minute
* hour
* weekday
Expand All @@ -129,6 +133,7 @@ Example:
cron::monthly creates jobs in /etc/cron.d that run once per month.
It allows specifying the following parameters:

* ensure
* minute
* hour
* date
Expand All @@ -154,6 +159,7 @@ 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
* The Community - Continued improvement of this module via bugs and patches


## TODO:
Expand Down

0 comments on commit ca2c383

Please sign in to comment.