Skip to content
This repository has been archived by the owner on Mar 28, 2019. It is now read-only.

Commit

Permalink
Merge pull request #99 from fadenb/fix/futureparser_compatibility
Browse files Browse the repository at this point in the history
Ensure future parser compatibility (quote string)
  • Loading branch information
mattkirby committed Jun 18, 2014
2 parents 5f3746d + 88c2f89 commit 1076be2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions manifests/storeconfig/postgresql.pp
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
# ---
# Install the pg gem
$package_name = $::operatingsystem ? {
FreeBSD => 'databases/rubygem-pg',
default => 'pg',
'FreeBSD' => 'databases/rubygem-pg',
default => 'pg',
}
$package_provider = $::operatingsystem ? {
FreeBSD => undef,
default => gem,
'FreeBSD' => undef,
default => gem,
}
package { 'pg':
ensure => installed,
Expand Down

0 comments on commit 1076be2

Please sign in to comment.