summaryrefslogtreecommitdiffstats
path: root/puppet/modules/postgresql/tests
diff options
context:
space:
mode:
authorHeikki Halmet <heikki.halmet@digia.com>2013-05-24 13:53:05 +0300
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-06-12 11:50:12 +0200
commitf399215cbe7911af208c98c85f66bd2d20030328 (patch)
treea8bffba1bc4e07c7dc3d8a48d78155fe339062cd /puppet/modules/postgresql/tests
parent6c2eb5387d72b24aab86311cf01ae410696d739b (diff)
Add Postgresql to CI and Packaging nodes
This module will add pgsql to CI - and Packaging nodes. Change-Id: Ic31c1c8be92e321e9e75f55c5c4c0aec5169841c Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com> Reviewed-by: Janne Anttila <janne.anttila@digia.com>
Diffstat (limited to 'puppet/modules/postgresql/tests')
-rw-r--r--puppet/modules/postgresql/tests/postgresql.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/puppet/modules/postgresql/tests/postgresql.pp b/puppet/modules/postgresql/tests/postgresql.pp
new file mode 100644
index 0000000..ae84154
--- /dev/null
+++ b/puppet/modules/postgresql/tests/postgresql.pp
@@ -0,0 +1,3 @@
+include postgresql
+
+selftest::expect_no_warnings { "no warnings from postgresql": }