Class: Avm::EacWebappBase0::Instances::ApachePath
- Inherits:
-
ApacheBase
- Object
- ApacheBase
- Avm::EacWebappBase0::Instances::ApachePath
- 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
Instance Method Details
#content ⇒ Object
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_content ⇒ Object
20 21 22 |
# File 'lib/avm/eac_webapp_base0/instances/apache_path.rb', line 20 def extra_content '' end |