From 3c69ffe30740658afd48d5da6927edbcaa952f6e Mon Sep 17 00:00:00 2001 From: udeved Date: Sat, 17 Sep 2016 18:08:10 +0200 Subject: [PATCH] schemas: add machineid --- data/schemas/machineid-schema.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 data/schemas/machineid-schema.yaml diff --git a/data/schemas/machineid-schema.yaml b/data/schemas/machineid-schema.yaml new file mode 100644 index 0000000..e136e20 --- /dev/null +++ b/data/schemas/machineid-schema.yaml @@ -0,0 +1,7 @@ +%YAML 1.2 +--- +type: map +mapping: + "systemd": { type: bool, default: true, required: yes } + "dbus": { type: bool, default: true, required: yes } + "symlink": { type: bool, default: true, required: yes }