Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples/creds-sample.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/creds-sample.json')
-rw-r--r--examples/creds-sample.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/creds-sample.json b/examples/creds-sample.json
new file mode 100644
index 00000000..16aeb8cc
--- /dev/null
+++ b/examples/creds-sample.json
@@ -0,0 +1,9 @@
+{
+ "!root-password": "<root password>",
+ "!users": {
+ "username": {"!password": "<user password>"}
+ },
+ "!superusers": {
+ "admin": {"!password": "<admin password>"}
+ }
+} \ No newline at end of file