lib/cloudstrap/bootstrap_agent.rb in cloudstrap-0.34.5.pre vs lib/cloudstrap/bootstrap_agent.rb in cloudstrap-0.35.0.pre
- old
+ new
@@ -398,9 +398,10 @@
.update('AWS.Keypair', bootstrap_tag)
.update('AWS.KeypairFile', '/home/ubuntu/.ssh/id_rsa')
.update('AWS.JumpboxCIDR', '0.0.0.0/0')
.update('AWS.VPCID', vpc)
.update('AWS.LinuxAMI', ami)
+ .upcase('HCPDomainName', config.domain_name)
.save!
end
Contract None => Bool
def jumpbox_running?