summaryrefslogtreecommitdiffstats
path: root/tests/publishers/fixtures/packer-full.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/publishers/fixtures/packer-full.yaml')
-rw-r--r--tests/publishers/fixtures/packer-full.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/publishers/fixtures/packer-full.yaml b/tests/publishers/fixtures/packer-full.yaml
new file mode 100644
index 00000000..93efcacb
--- /dev/null
+++ b/tests/publishers/fixtures/packer-full.yaml
@@ -0,0 +1,16 @@
+publishers:
+ - packer:
+ name: test name
+ json-template: test template
+ json-template-text: test template text
+ add-params: additional params
+ use-debug: true
+ change-dir: change to directory
+ template-mode: global
+ file-entries:
+ - files:
+ variable-name: test var
+ contents: test content
+ - files:
+ variable-name: test var 2
+ contents: test content 2