Class: Avm::EacWebappBase0::Instances::ApachePath

Inherits:
ApacheBase
  • Object
show all
Includes:
Avm::Entries::Jobs::Base
Defined in:
lib/avm/eac_webapp_base0/instances/apache_path.rb

Constant Summary collapse

JOBS =
%w[write_available_conf enable_conf reload_apache].freeze

Instance Method Summary collapse

Methods inherited from ApacheBase

#document_root

Instance Method Details

#contentObject



15
16
17
18
# File 'lib/avm/eac_webapp_base0/instances/apache_path.rb', line 15

def content
  ::Avm::EacWebappBase0::Instances::ApachePath.template.child('default.conf')
    .apply(variables_source)
end

#extra_contentObject



20
21
22
# File 'lib/avm/eac_webapp_base0/instances/apache_path.rb', line 20

def extra_content
  ''
end