diff options
author | Tim Smith <tsmith84@gmail.com> | 2021-12-09 16:38:56 -0500 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2021-12-09 16:53:21 -0500 |
commit | f71c19432dc573b4a46f856a27bb4ad0d993ef21 (patch) | |
tree | 6321fcb38b53cfb8e67674377ded5078bde2ef1b /lib | |
parent | b03e994746d6125a2d834ef042665f868c3fcdf8 (diff) | |
download | chef-f71c19432dc573b4a46f856a27bb4ad0d993ef21.tar.gz |
Update for the new downloads sitedownloads_site
Things are in different places now.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef/resource/cron/cron.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/resource/cron/cron.rb b/lib/chef/resource/cron/cron.rb index 1565cf9025..18dfd1cdc3 100644 --- a/lib/chef/resource/cron/cron.rb +++ b/lib/chef/resource/cron/cron.rb @@ -106,7 +106,6 @@ class Chef ``` DOC - state_attrs :minute, :hour, :day, :month, :weekday, :user default_action :create |