Skip to content

Commit

Permalink
Add Aug 2019 deprecation notice to the readme
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Sep 4, 2018
1 parent 7b6bb12 commit 01b52b7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -4,6 +4,8 @@

Installs the cron package and starts the crond service.

Note: Chef 14.4 shipped with the cron_d and cron_access (cron_manage) resources. When Chef 15.4 ships in Aug 2019 these resources will be removed from this cookbook as all users should be on Chef 14.4 or later.

## Requirements

### Platforms
Expand Down
2 changes: 1 addition & 1 deletion kitchen.dokken.yml
Expand Up @@ -76,5 +76,5 @@ platforms:

- name: opensuse-leap
driver:
image: dokken/opensuse-leap
image: dokken/opensuse-leap-42
pid_one_command: /bin/systemd
12 changes: 6 additions & 6 deletions test/fixtures/cookbooks/test/recipes/default.rb
Expand Up @@ -21,9 +21,9 @@

include_recipe 'cron'

####################
# Test the resource
####################
##########################
# Test the cron_d resource
##########################

# create a file with periods as if the older version of this cookbook raspbian
# the provider should clean it up and we'll test that it doesn't exists
Expand Down Expand Up @@ -127,9 +127,9 @@
action :delete
end

#####################
# Test the definition
#####################
##########################
# Test the manage resource
##########################

cron_access 'alice' do
action :allow
Expand Down

0 comments on commit 01b52b7

Please sign in to comment.