1 2 3 4
puts "Initializing new server" server = Server.new(provider.servers.bootstrap(options)) puts "Updating" server.ssh("aptitude update")