diff options
author | Dan Prince <dprince@redhat.com> | 2016-08-15 15:24:06 -0400 |
---|---|---|
committer | Dan Prince <dprince@redhat.com> | 2016-08-17 08:25:39 -0400 |
commit | 9b18594c795124eceb6374c1513bd95e56eda1ca (patch) | |
tree | e22d0c86bf89ac7fae2c008f1b94785a82736108 /puppet/manifests/overcloud_object.pp | |
parent | 0df577c6f0acc672b53d470e4cfedb1d7d9c53d1 (diff) |
Add tripleo-firewall composable service
This creates a new service to help manage the puppet-tripleo
class that enables firewall features. Currently has no settings
but this will keep our interfaces consistent.
Change-Id: I5ac85fa1e460b19ee2b1a9280413aebefe300845
Diffstat (limited to 'puppet/manifests/overcloud_object.pp')
-rw-r--r-- | puppet/manifests/overcloud_object.pp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/puppet/manifests/overcloud_object.pp b/puppet/manifests/overcloud_object.pp index 428ba0f2..414a06ba 100644 --- a/puppet/manifests/overcloud_object.pp +++ b/puppet/manifests/overcloud_object.pp @@ -13,8 +13,6 @@ # License for the specific language governing permissions and limitations # under the License. -include ::tripleo::firewall - if hiera('step') >= 4 { hiera_include('object_classes', []) } |