class DPL::Provider::Anynines

Public Instance Methods

check_auth() click to toggle source
# File lib/dpl/provider/anynines.rb, line 5
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