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