From 5590fe8b3fbf1ecb5a59d94c1e2c938d1079d9b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20M=E4kinen?= Date: Wed, 28 Aug 2013 15:40:59 +0300 Subject: [PATCH] postgresql: Added postgresql::pgtune class. --- postgresql/manifests/init.pp | 11 +++++++++++ 1 file changed, 11 insertions(+) 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: