Merge "[Apache] Fix concat::setup deprecation warning" into juno

This commit is contained in:
Jenkins
2015-01-29 06:24:43 +00:00
committed by Gerrit Code Review

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