Skip to content

Commit

Permalink
(maint) Fix variable scope for systemd-override
Browse files Browse the repository at this point in the history
$manage_package_repo wasn't in scope. This was causing all RHEL7 systems with
manage_package_repo on to fail on startup using systemctl, since the template
systemd-override.erb relies on that variable in a conditional, to ensure the
correct PGDG path is set.

Signed-off-by: Ken Barber <ken@bob.sh>
  • Loading branch information
kbarber committed Jul 1, 2015
1 parent ba8880a commit d931c1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/server/config.pp
Expand Up @@ -14,6 +14,7 @@
$user = $postgresql::server::user
$group = $postgresql::server::group
$version = $postgresql::server::_version
$manage_package_repo = $postgresql::server::manage_package_repo
$manage_pg_hba_conf = $postgresql::server::manage_pg_hba_conf
$manage_pg_ident_conf = $postgresql::server::manage_pg_ident_conf
$manage_recovery_conf = $postgresql::server::manage_recovery_conf
Expand Down

0 comments on commit d931c1f

Please sign in to comment.