[Apache] Fix concat::setup deprecation warning

Change-Id: I7d106d49acc3e29831b5dd7bc068b8dd7dc0e3b0
This commit is contained in:
Lukas Bezdicka
2015-01-13 11:23:35 -05:00
parent ed13378732
commit aa1a6e986f

View File

@@ -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" |> {