diff options
author | Nolan Davidson <nolan.davidson@gmail.com> | 2015-10-07 08:52:18 -0400 |
---|---|---|
committer | Nolan Davidson <nolan.davidson@gmail.com> | 2015-10-07 08:52:18 -0400 |
commit | b7a39b169bc104cca96a8931f448dda74abf1c55 (patch) | |
tree | 068ed70154245608e667f0ff1fe45548923ae717 /lib/chef/resource/ksh.rb | |
parent | ed5d27f1cfd3ec0f826cd7910e715f20eabe7505 (diff) | |
download | chef-b7a39b169bc104cca96a8931f448dda74abf1c55.tar.gz |
removing provider require in ksh resource and updating copyright info
Diffstat (limited to 'lib/chef/resource/ksh.rb')
-rw-r--r-- | lib/chef/resource/ksh.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/chef/resource/ksh.rb b/lib/chef/resource/ksh.rb index 2d4f585610..b41b717f5f 100644 --- a/lib/chef/resource/ksh.rb +++ b/lib/chef/resource/ksh.rb @@ -1,6 +1,6 @@ # # Author:: Nolan Davidson (<nolan.davidson@gmail.com>) -# Copyright:: Copyright (c) 2008 Opscode, Inc. +# Copyright:: Copyright (c) 2015 Chef Software, Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -17,7 +17,6 @@ # require 'chef/resource/script' -require 'chef/provider/script' class Chef class Resource |