diff --git a/postgresql/manifests/init.pp b/postgresql/manifests/init.pp index 1368be5..d954b11 100644 --- a/postgresql/manifests/init.pp +++ b/postgresql/manifests/init.pp @@ -10,6 +10,17 @@ class postgresql::client { } +# Install PostgreSQL Configuation Tuner +# +class postgresql::pgtune { + + package { "pgtune": + ensure => installed, + } + +} + + # Install PostgreSQL server # # === Parameters: