diff options
author | Tim Smith <tsmith@chef.io> | 2020-03-06 12:00:50 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-06 12:00:50 -0800 |
commit | 78f43727ac4c14467270488e6109eeddb755fcee (patch) | |
tree | 11950f76a13ae01ade3c36e18da204cd00434ce3 /lib/chef/resource/windows_package.rb | |
parent | 2ca9781c9e0c38ca246f80df08f3d5565159850f (diff) | |
parent | e6167aa5fe2decfe2395012c302360fc50054b9c (diff) | |
download | chef-78f43727ac4c14467270488e6109eeddb755fcee.tar.gz |
Merge pull request #9441 from chef/lcg/remove-canonical-dsl
Remove the canonical DSL
Diffstat (limited to 'lib/chef/resource/windows_package.rb')
-rw-r--r-- | lib/chef/resource/windows_package.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/chef/resource/windows_package.rb b/lib/chef/resource/windows_package.rb index 9fac482f9b..5bfc9554df 100644 --- a/lib/chef/resource/windows_package.rb +++ b/lib/chef/resource/windows_package.rb @@ -1,6 +1,6 @@ # # Author:: Bryan McLellan <btm@loftninjas.org> -# Copyright:: Copyright 2014-2019, Chef Software Inc. +# Copyright:: Copyright 2014-2020, Chef Software Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -27,7 +27,6 @@ class Chef class WindowsPackage < Chef::Resource::Package include Chef::Mixin::Uris - resource_name :windows_package provides(:windows_package) { true } provides :package, os: "windows" |