Skip to content

Commit

Permalink
Fix user group attr in fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
tom91136 committed Oct 1, 2024
1 parent 148db68 commit 3c6ad41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions staging.rb
Original file line number Diff line number Diff line change
Expand Up @@ -219,14 +219,14 @@ def self.write_inventory(pve_ip:, storage_pool:, extra_hosts:, host_common_hash:
"last": 'foo',
"email": '[email protected]',
"publickey": ssh_keys,
"group": ''
"groups": ['']
},
"bar": {
"first": 'bar',
"last": 'bar',
"email": '[email protected]',
"publickey": ssh_keys,
"group": 'sudo'
"groups": ['sudo']
}
}
)
Expand Down

0 comments on commit 3c6ad41

Please sign in to comment.