Skip to content

Commit

Permalink
Merge pull request #1204 from 2fa/fix-ipcidr-autoload
Browse files Browse the repository at this point in the history
Fix resource generation ipcidr dependency
  • Loading branch information
Ramesh7 committed Jul 19, 2024
2 parents 810e7fa + b68359c commit c5a7e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppet_x/puppetlabs/firewall/utility.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require 'puppet_x'
require 'socket'
require 'resolv'
require 'puppet_x/puppetlabs/firewall/ipcidr'
require_relative 'ipcidr'

module PuppetX::Firewall # rubocop:disable Style/ClassAndModuleChildren
# A utility class meant to contain re-usable code
Expand Down

0 comments on commit c5a7e58

Please sign in to comment.