Skip to content

Instantly share code, notes, and snippets.

@scottlingran
Last active December 20, 2015 03:09
Show Gist options
  • Save scottlingran/6061858 to your computer and use it in GitHub Desktop.
Save scottlingran/6061858 to your computer and use it in GitHub Desktop.
cap rubber:bundle error

Edit file on Instance

$ vi /usr/lib/ec2-ami-tools/lib/ec2/amitools/util.rb

Change to this method

def gen_ident()
  (0...19).map{(65+rand(26)).chr}.join
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment