adds firewall control
This commit is contained in:
3
Gemfile
3
Gemfile
@@ -8,11 +8,12 @@ gem 'puppet-lint'
|
||||
gem 'facter'
|
||||
gem 'rspec-puppet'
|
||||
gem 'yard'
|
||||
gem 'puppet-strings', '< 2.0.0'
|
||||
gem 'puppet-strings', '< 2.0.0'
|
||||
gem 'rake'
|
||||
gem 'semantic_puppet'
|
||||
gem 'rgen'
|
||||
gem 'public_suffix', '<= 2.0.5'
|
||||
gem 'parallel', '<= 1.13.0'
|
||||
|
||||
# rspec must be v2 for ruby 1.8.7
|
||||
if RUBY_VERSION >= '1.8.7' && RUBY_VERSION < '1.9'
|
||||
|
||||
@@ -22,5 +22,10 @@
|
||||
# @summary Initialze the cd_apache Puppet module.
|
||||
##############################################################################
|
||||
class cd_apache {
|
||||
|
||||
include cd_apache::params
|
||||
|
||||
resources { 'firewall':
|
||||
purge => true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user