Skip to content

Commit

Permalink
Merge pull request puppetlabs#837 from credativ/hostnosssl
Browse files Browse the repository at this point in the history
Fix typo: hostnosssl
  • Loading branch information
tphoney committed Feb 24, 2017
2 parents a13f2f9 + ffacb92 commit c2028da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/server/pg_hba_rule.pp
Expand Up @@ -28,7 +28,7 @@
fail('postgresql::server::manage_pg_hba_conf has been disabled, so this resource is now unused and redundant, either enable that option or remove this resource from your manifests')
} else {
validate_re($type, '^(local|host|hostssl|hostnossl)$',
"The type you specified [${type}] must be one of: local, host, hostssl, hostnosssl")
"The type you specified [${type}] must be one of: local, host, hostssl, hostnossl")

if($type =~ /^host/ and $address == undef) {
fail('You must specify an address property when type is host based')
Expand Down

0 comments on commit c2028da

Please sign in to comment.