Showing with 12 additions and 3 deletions.
  1. +8 −0 CHANGELOG.md
  2. +1 −0 CODEOWNERS
  3. +1 −1 lib/puppet/provider/cron/crontab.rb
  4. +2 −2 metadata.json
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).


## [1.0.2](https://github.com/puppetlabs/puppetlabs-cron_core/tree/1.0.2) (2019-07-31)

[Full Changelog](https://github.com/puppetlabs/puppetlabs-cron_core/compare/1.0.1...1.0.2)

### Added
- \(PUP-9697\) Updated crontab read path for Solaris changes [\#23](https://github.com/puppetlabs/puppetlabs-cron_core/pull/23) ([sebastian-miclea](https://github.com/sebastian-miclea))

## [1.0.1](https://github.com/puppetlabs/puppetlabs-cron_core/tree/1.0.1) (2019-02-07)

[Full Changelog](https://github.com/puppetlabs/puppetlabs-cron_core/compare/1.0.0...1.0.1)
Expand Down
1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @puppetlabs/night-s-watch
2 changes: 1 addition & 1 deletion lib/puppet/provider/cron/crontab.rb
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def user
end

CRONTAB_DIR = case Facter.value('osfamily')
when 'Debian', 'HP-UX'
when 'Debian', 'HP-UX', 'Solaris'
'/var/spool/cron/crontabs'
when %r{BSD}
'/var/cron/tabs'
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": "puppetlabs-cron_core",
"version": "1.0.1",
"version": "1.0.2",
"author": "puppetlabs",
"summary": "Install and manage cron resources.",
"license": "Apache-2.0",
Expand Down Expand Up @@ -81,4 +81,4 @@
"pdk-version": "1.9.0",
"template-url": "https://github.com/puppetlabs/pdk-templates/",
"template-ref": "1.9.0-0-g7281db5"
}
}