postgresql: Added postgresql::pgtune class.

This commit is contained in:
Timo Mkinen 2013-08-28 15:40:59 +03:00
parent 4856544ed3
commit 5590fe8b3f

View file

@ -10,6 +10,17 @@ class postgresql::client {
}
# Install PostgreSQL Configuation Tuner
#
class postgresql::pgtune {
package { "pgtune":
ensure => installed,
}
}
# Install PostgreSQL server
#
# === Parameters: