postgresql: Added postgresql::pgtune class.
This commit is contained in:
parent
4856544ed3
commit
5590fe8b3f
1 changed files with 11 additions and 0 deletions
|
@ -10,6 +10,17 @@ class postgresql::client {
|
|||
}
|
||||
|
||||
|
||||
# Install PostgreSQL Configuation Tuner
|
||||
#
|
||||
class postgresql::pgtune {
|
||||
|
||||
package { "pgtune":
|
||||
ensure => installed,
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
# Install PostgreSQL server
|
||||
#
|
||||
# === Parameters:
|
||||
|
|
Loading…
Add table
Reference in a new issue