Code review comment for ~redriver/cloud-init:fail_to_install_on_frbsd

Revision history for this message
Scott Moser (smoser) wrote :

I'll look at this later, but i'm not sure we can just
- 'platform': platform.platform(),
+ 'platform': platform.uname()[0],

without breaking other things. I'll try this out today though and will find a freebsd to test on.

« Back to merge proposal