From 3c6ad41f223b59890ddd13b33116fe511c357a58 Mon Sep 17 00:00:00 2001 From: Tom Lin Date: Tue, 1 Oct 2024 22:43:11 +0100 Subject: [PATCH] Fix user group attr in fixtures --- staging.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/staging.rb b/staging.rb index 0b48a29..6541c2b 100644 --- a/staging.rb +++ b/staging.rb @@ -219,14 +219,14 @@ def self.write_inventory(pve_ip:, storage_pool:, extra_hosts:, host_common_hash: "last": 'foo', "email": 'foo@example.com', "publickey": ssh_keys, - "group": '' + "groups": [''] }, "bar": { "first": 'bar', "last": 'bar', "email": 'bar@example.com', "publickey": ssh_keys, - "group": 'sudo' + "groups": ['sudo'] } } )