diff --git a/data/yam/agama/auto/leap_default_plain_password.jsonnet b/data/yam/agama/auto/leap_default_plain_password.jsonnet new file mode 100644 index 000000000000..98735864c04f --- /dev/null +++ b/data/yam/agama/auto/leap_default_plain_password.jsonnet @@ -0,0 +1,13 @@ +{ + "product": { + "id": "Leap_16.0" + }, + "user": { + "fullName": "Bernhard M. Wiedemann", + "password": "nots3cr3t", + "userName": "bernhard" + }, + "root": { + "password": "nots3cr3t" + } +} diff --git a/data/yam/agama/auto/leap_gnome_plain_password.jsonnet b/data/yam/agama/auto/leap_gnome_plain_password.jsonnet new file mode 100644 index 000000000000..504b284e1daa --- /dev/null +++ b/data/yam/agama/auto/leap_gnome_plain_password.jsonnet @@ -0,0 +1,18 @@ +{ + product: { + id: 'Leap_16.0', + }, + software: { + patterns: [ + 'gnome', + ], + }, + user: { + fullName: 'Bernhard M. Wiedemann', + password: 'nots3cr3t', + userName: 'bernhard', + }, + root: { + password: 'nots3cr3t', + }, +}