[neon/neon/calamares-settings/Neon/stable] desktop/calamares/desktop/modules: fix syntax

Harald Sitter null at kde.org
Thu Nov 12 10:41:26 GMT 2020


Git commit 7f162d576a8f6fcacbdf9e768991dab78ebf9bf6 by Harald Sitter.
Committed on 12/11/2020 at 10:41.
Pushed by sitter into branch 'Neon/stable'.

fix syntax

M  +7    -7    desktop/calamares/desktop/modules/users.conf

https://invent.kde.org/neon/neon/calamares-settings/commit/7f162d576a8f6fcacbdf9e768991dab78ebf9bf6

diff --git a/desktop/calamares/desktop/modules/users.conf b/desktop/calamares/desktop/modules/users.conf
index c43a043..eafbe81 100644
--- a/desktop/calamares/desktop/modules/users.conf
+++ b/desktop/calamares/desktop/modules/users.conf
@@ -6,19 +6,19 @@ doAutologin: false
 setRootPassword: false
 sudoersGroup: sudo
 defaultGroups:
-    - adm
+    - name: adm
       must_exist: true
-    - cdrom
+    - name: cdrom
       must_exist: true
-    - dip
+    - name: dip
       must_exist: true
-    - lpadmin
+    - name: lpadmin
       must_exist: true
-    - plugdev
+    - name: plugdev
       must_exist: true
-    - sambashare
+    - name: sambashare
       system: true
-    - sudo
+    - name: sudo
       must_exist: true
 # Explicitly set the shell instead of defering to calamares. We have a platform
 # expectation derived from ubuntu here.


More information about the Neon-commits mailing list