]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
firewall type only needs to require firewall util
authorJonathan Boyett <jonathan@failingservers.com>
Mon, 9 May 2011 17:53:18 +0000 (10:53 -0700)
committerJonathan Boyett <jonathan@failingservers.com>
Mon, 9 May 2011 17:53:18 +0000 (10:53 -0700)
lib/puppet/type/firewall.rb

index e29f4ebb7e84f3051d761437027be2fab2cbba4c..713de0adc99a5fcee4d09b25c4413add8256d0eb 100644 (file)
@@ -18,7 +18,6 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 require 'puppet/util/firewall'
-require 'puppet/util/ipcidr'
 
 Puppet::Type.newtype(:firewall) do
   @doc = "Manipulate firewall rules"