Sha256: 1a24eb8c80217f309a739049a94ed8308493df43ff2f1bb967cca63b2d4f53ea
Contents?: true
Size: 337 Bytes
Versions: 123
Compression:
Stored size: 337 Bytes
Contents
module DPL class Provider class Anynines < CloudFoundry def check_auth initial_go_tools_install context.shell "./cf api https://api.aws.ie.a9s.eu" context.shell "./cf login -u #{option(:username)} -p #{option(:password)} -o #{option(:organization)} -s #{option(:space)}" end end end end
Version data entries
123 entries across 123 versions & 2 rubygems