diff --git a/manifests/config.pp b/manifests/config.pp index 55504523..2bdd2cf4 100644 --- a/manifests/config.pp +++ b/manifests/config.pp @@ -57,6 +57,7 @@ owner => '0', group => '0', mode => '0640', + tag => 'haproxy-config', } Concat[$_config_file] { diff --git a/manifests/init.pp b/manifests/init.pp index be81a56a..8eed73a3 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -147,6 +147,9 @@ # there should be no legacy code that uses these deprecated # parameters. + Haproxy::Mapfile <| |> + -> Concat <| tag=='haproxy-config' |> + # To support deprecating $enable if $enable != undef { warning('The $enable parameter is deprecated; please use service_ensure and/or package_ensure instead')