Introduce template option for linux.system.file
Change-Id: Ifb45b2cf72d71caa9c8a63f8e7684fd15b81e450
Implements: jira/CLOUDB-487
Signed-off-by: Gabor Orosz <gabor.orosz@ericsson.com>
diff --git a/.kitchen.yml b/.kitchen.yml
index 51d6a26..122f5de 100644
--- a/.kitchen.yml
+++ b/.kitchen.yml
@@ -63,4 +63,12 @@
pillars-from-files:
linux.sls: tests/pillar/system.sls
+ - name: system_file
+ provisioner:
+ pillars-from-files:
+ linux.sls: tests/pillar/system_file.sls
+ pillars_from_directories:
+ - source: tests/example
+ dest: srv/salt/linux/files/test
+
# vim: ft=yaml sw=2 ts=2 sts=2 tw=125