commit | 63ed0c677345d0dd1b2a76874bc8d70ba8ce214c | [log] [tgz] |
---|---|---|
author | jan kaufman <jan.kaufman@tcpcloud.eu> | Tue Jan 26 15:13:16 2016 +0100 |
committer | jan kaufman <jan.kaufman@tcpcloud.eu> | Tue Jan 26 15:13:16 2016 +0100 |
tree | ed5f94d64dbada15118e4468bd2eed112b9ab04d | |
parent | cc4290623317a7ff3fe127a869012cfb4fd8907d [diff] [blame] |
add formula tests
diff --git a/tests/pillar/glusterfs_client.sls b/tests/pillar/glusterfs_client.sls new file mode 100644 index 0000000..356d53e --- /dev/null +++ b/tests/pillar/glusterfs_client.sls
@@ -0,0 +1,10 @@ +glusterfs: + client: + volumes: + glance: + path: /var/lib/glance/images + server: 192.168.1.21 + user: glance + group: glance + enabled: true +