mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -05:00
[testmodule.py] File with fake global_storage contents for testing.
This commit is contained in:
parent
4881684e18
commit
533cba6437
1 changed files with 18 additions and 0 deletions
18
src/modules/global_storage.yaml
Normal file
18
src/modules/global_storage.yaml
Normal file
|
@ -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"
|
Loading…
Add table
Reference in a new issue