From aa1a6e986f2fa23e55134c741ae23cbb5bc708df Mon Sep 17 00:00:00 2001 From: Lukas Bezdicka Date: Tue, 13 Jan 2015 11:23:35 -0500 Subject: [PATCH] [Apache] Fix concat::setup deprecation warning Change-Id: I7d106d49acc3e29831b5dd7bc068b8dd7dc0e3b0 --- packstack/puppet/modules/packstack/manifests/apache_common.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/packstack/puppet/modules/packstack/manifests/apache_common.pp b/packstack/puppet/modules/packstack/manifests/apache_common.pp index dd1007c01..97a29bdae 100644 --- a/packstack/puppet/modules/packstack/manifests/apache_common.pp +++ b/packstack/puppet/modules/packstack/manifests/apache_common.pp @@ -17,7 +17,6 @@ class packstack::apache_common { } # make sure the ports.conf concat fragments from previous # runs are not overwritten by subsequent runs - include ::concat::setup $my_safe_name = regsubst($::apache::params::ports_file, '[/:]', '_', 'G') $my_fragdir = "${concat::setup::concatdir}/${my_safe_name}" File<| title == "${my_fragdir}/fragments" |> {