Skip to content

Commit

Permalink
Removed references to postgresql::paths in class params.
Browse files Browse the repository at this point in the history
  • Loading branch information
Etienne Pelletier authored and cprice404 committed Dec 3, 2012
1 parent 33add5e commit d1025e9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions manifests/config/beforeservice.pp
Expand Up @@ -34,18 +34,17 @@
# }
#
class postgresql::config::beforeservice(
$pg_hba_conf_path,
$postgresql_conf_path,
$ip_mask_deny_postgres_user = $postgresql::params::ip_mask_deny_postgres_user,
$ip_mask_allow_all_users = $postgresql::params::ip_mask_allow_all_users,
$listen_addresses = $postgresql::params::listen_addresses,
$ipv4acls = $postgresql::params::ipv4acls,
$ipv6acls = $postgresql::params::ipv6acls,
$pg_hba_conf_path = $postgresql::paths::pg_hba_conf_path,
$postgresql_conf_path = $postgresql::paths::postgresql_conf_path,
$manage_redhat_firewall = $postgresql::params::manage_redhat_firewall
) inherits postgresql::params {

include postgresql::paths


File {
owner => $postgresql::params::user,
group => $postgresql::params::group,
Expand Down

0 comments on commit d1025e9

Please sign in to comment.