From a2eef8062baa3eda8cda58425df746beb559ea00 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Wed, 31 May 2017 15:43:35 +0200 Subject: [PATCH] tests/rpm: initialize database first --- tests/config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/config.yaml b/tests/config.yaml index 556a512..06702cf 100644 --- a/tests/config.yaml +++ b/tests/config.yaml @@ -22,6 +22,7 @@ module: source: https://github.com/container-images/postgresql.git container: docker.io/modularitycontainers/postgresql rpm: + setup: postgresql-setup initdb start: systemctl start postgresql stop: systemctl stop postgresql status: systemctl status postgresql