Merge pull request #209 from mnencia/patch-1

Tag the postgresql-contrib package as postgresql
This commit is contained in:
Ashley Penney 2013-08-27 11:58:18 -07:00
commit d378d8aa17

View file

@ -24,5 +24,6 @@ class postgresql::contrib (
package { 'postgresql-contrib':
ensure => $package_ensure,
name => $package_name,
tag => 'postgresql',
}
}