commit | 4808fbb819b850d0cafa90a29825e6539c5968e0 | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Wed Apr 19 16:12:33 2017 +0200 |
committer | Filip Pytloun <filip@pytloun.cz> | Wed Apr 19 16:48:45 2017 +0200 |
tree | 059bac84b3a59810e3ab20cd4536d0c967061144 | |
parent | c1b4cf30b70f1ea2d8d1097739a493344671221a [diff] [blame] |
Add client role
diff --git a/.kitchen.yml b/.kitchen.yml index ca383ea..38cc9d7 100644 --- a/.kitchen.yml +++ b/.kitchen.yml
@@ -40,4 +40,8 @@ provisioner: pillars-from-files: postgresql.sls: tests/pillar/postgresql_server.sls + - name: postgresql_client + provisioner: + pillars-from-files: + postgresql.sls: tests/pillar/postgresql_client.sls # vim: ft=yaml sw=2 ts=2 sts=2 tw=125