Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
owner => '0',
group => '0',
mode => '0640',
tag => 'haproxy-config',
}

Concat[$_config_file] {
Expand Down
3 changes: 3 additions & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
Loading