From 533cba64374826de0c71075d2519e4bdb483a981 Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Tue, 22 Jul 2014 14:21:44 +0200 Subject: [PATCH] [testmodule.py] File with fake global_storage contents for testing. --- src/modules/global_storage.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/modules/global_storage.yaml diff --git a/src/modules/global_storage.yaml b/src/modules/global_storage.yaml new file mode 100644 index 000000000..2bb7e744d --- /dev/null +++ b/src/modules/global_storage.yaml @@ -0,0 +1,18 @@ +--- +syntax: "YAML map of anything" +example: + whats_this: "fake global storage contents" + from_where: "global_storage.yaml" +a_list: + - "item1" + - "item2" + - "item3" + - "item4" +a_list_of_maps: + - name: "an Item" + contents: + - "an element" + - "another element" + - name: "another item" + contents: + - "not much" \ No newline at end of file