mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Add group mock data
This commit is contained in:
parent
70337bbc5b
commit
db6b50cd60
1 changed files with 7 additions and 0 deletions
|
@ -69,6 +69,13 @@ module Fog
|
|||
:access_keys => [],
|
||||
:policies => {}
|
||||
}
|
||||
end,
|
||||
:groups => Hash.new do |ghash, gkey|
|
||||
ghash[gkey] = {
|
||||
:group_id => Fog::AWS::Mock.key_id,
|
||||
:arn => "arn:aws:iam::#{Fog::AWS::Mock.owner_id}:group/#{gkey}",
|
||||
:members => []
|
||||
}
|
||||
end
|
||||
}
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue