Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.3.2
-
Fix Version/s: 0.3.4
-
Component/s: New Plugins
-
Labels:None
-
Environment:
ec2 environments
Description
Currently the ec2 plugins gets the userdata field with an openuri gets call.
However, userdata can be multi line, and as such, data is lost. This change simply continues openuri.gets until nothing is returned, and shoves all of it into the userdata field.
Patch is in github, ctennis/
OHAI-111