summaryrefslogtreecommitdiff
path: root/lib/chef/resource/cron_access.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/cron_access.rb')
-rw-r--r--lib/chef/resource/cron_access.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/chef/resource/cron_access.rb b/lib/chef/resource/cron_access.rb
index 3ee371e9fa..1d5b2dc358 100644
--- a/lib/chef/resource/cron_access.rb
+++ b/lib/chef/resource/cron_access.rb
@@ -3,7 +3,7 @@
# Author:: Tim Smith <tsmith@chef.io>
#
# Copyright:: 2014-2018, Sander Botman
-# Copyright:: 2018-2019, Chef Software, Inc.
+# Copyright:: 2018-2019, Chef Software Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,6 +23,7 @@ require_relative "../resource"
class Chef
class Resource
class CronAccess < Chef::Resource
+ unified_mode true
resource_name :cron_access
provides(:cron_manage) # legacy name @todo in Chef 15 we should { true } this so it wins over the cookbook