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

monitoring-state is enabled or disabled, if enabled returns true

This commit is contained in:
Ozgur Akan 2012-04-14 18:30:31 -04:00
parent 17b23f0123
commit 3e7f55ae00

View file

@ -78,7 +78,7 @@ module Fog
when 'productCode'
@instance['productCodes'] << value
when 'state'
@instance['monitoring'][name] = (value == 'true')
@instance['monitoring'][name] = (value == 'enabled')
end
end