Skip to content

Commit

Permalink
fixed postgresql related comment
Browse files Browse the repository at this point in the history
  • Loading branch information
knowshan committed Sep 4, 2013
1 parent ab7eaf2 commit 993ada8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class phppgadmin::params {

$install_apache = false # if true, default apache install using puppetlabs-apache
$install_postgres = false # if true, default apache install using puppet-postgresql
$install_postgres = false # if true, default postgresql install using puppet-postgresql
$db_host = '' # default - unix socket connection
$db_port = '5432' #

Expand Down

0 comments on commit 993ada8

Please sign in to comment.