Skip to content

Commit

Permalink
Merge pull request #759 from puppetlabs/revert-755-MODULES-3522-Updat…
Browse files Browse the repository at this point in the history
…ing_constant

Revert "(MODULES-3522) Removing redundant 'requires'"
  • Loading branch information
david22swan authored Mar 13, 2023
2 parents 6dff852 + a972efe commit a200911
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/puppet/type/concat_file.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# frozen_string_literal: true

require 'puppet/type/file/owner'
require 'puppet/type/file/group'
require 'puppet/type/file/mode'
require 'puppet/util/checksums'

Puppet::Type.newtype(:concat_file) do
Expand Down

0 comments on commit a200911

Please sign in to comment.