Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

How to get both AMI and hostname of every node

...

No Format

knife exec -E 'nodes.all {|n| if n.name =~ /^i-/ then printf("%-45s\t%s\n" % [n.override.tomcat.vhost,n.ec2.ami_id]) end }'|sort

(Thanks, opscode!)

Starting a new mifos/pentaho instance

...