lib/rubocop/cop/chef/modernize/zipfile_resource.rb in cookstyle-7.11.3 vs lib/rubocop/cop/chef/modernize/zipfile_resource.rb in cookstyle-7.12.2

- old
+ new

@@ -13,10 +13,9 @@ # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # - module RuboCop module Cop module Chef module Modernize # Use the archive_file resource built into Chef Infra Client 15+ instead of the zipfile resource from the zipfile cookbook.