1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[brightbox] Added missing requirement and request arg

This commit is contained in:
Paul Thornthwaite 2011-10-06 11:33:44 +02:00
parent 298d1a9192
commit d2ba72ab15

View file

@ -32,10 +32,11 @@ module Fog
end
def apply_to(server_group_id)
requires :identity
options = {
:server_group => server_group_id
}
data = connection.apply_to_firewall_policy(options)
data = connection.apply_to_firewall_policy(identity, options)
merge_attributes(data)
true
end