Class: Avm::EacWebappBase0::ApachePath
- Inherits:
-
Object
- Object
- Avm::EacWebappBase0::ApachePath
- Includes:
- Apps::Jobs::Base
- Defined in:
- lib/avm/eac_webapp_base0/apache_path.rb
Constant Summary collapse
- JOBS =
%w[write_available_conf enable_conf reload_apache].freeze
Instance Method Summary collapse
Instance Method Details
#content ⇒ Object
13 14 15 |
# File 'lib/avm/eac_webapp_base0/apache_path.rb', line 13 def content ::Avm::EacWebappBase0::ApachePath.template.child('default.conf').apply(variables_source) end |
#document_root ⇒ Object
17 18 19 |
# File 'lib/avm/eac_webapp_base0/apache_path.rb', line 17 def document_root instance.read_entry(::Avm::Instances::EntryKeys::FS_PATH) end |
#extra_content ⇒ Object
21 22 23 |
# File 'lib/avm/eac_webapp_base0/apache_path.rb', line 21 def extra_content '' end |