Method: PoolParty::Cloud#before_compile

Defined in:
lib/poolparty/cloud.rb

#before_compileObject



29
30
31
32
33
# File 'lib/poolparty/cloud.rb', line 29

def before_compile
  add_monitoring_stack_if_needed
  
  validate_all_resources unless ENV["POOLPARTY_NO_VALIDATION"]
end