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