Skip to content

Commit

Permalink
Correct a few documentation nits.
Browse files Browse the repository at this point in the history
  • Loading branch information
akumria committed Aug 8, 2012
1 parent fbf887a commit 77c7d6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -22,7 +22,7 @@ By default, the system-wide locale is assumed to be en_US.UTF-8. If the
locale is not installed or available, you can specify an alternative:

class { 'postgresql::server':
locale => 'es_ES.UTF-8'
locale => 'es_ES.UTF-8',
}

Again, a particular version
Expand All @@ -35,7 +35,7 @@ Listen on a specific post / IP address

class {'postgresql::server':
listen => ['192.168.0.1', ],
port => 5432
port => 5432,
}

To allow a remote host to connect to the server, now that you are listening
Expand Down Expand Up @@ -91,7 +91,7 @@ For example:

pg_user {'mighty_pguser':
ensure => present,
password => 'themightone',
password => 'themightyone',
createdb => true,
createrole => true,
}
Expand Down

0 comments on commit 77c7d6f

Please sign in to comment.