Class: Avm::EacRailsBase0::ApachePath
- Defined in:
- lib/avm/eac_rails_base0/apache_path.rb
Instance Method Summary collapse
Instance Method Details
#content ⇒ Object
20 21 22 |
# File 'lib/avm/eac_rails_base0/apache_path.rb', line 20 def content template.child('default.conf').apply(instance) end |
#run ⇒ Object
13 14 15 16 17 18 |
# File 'lib/avm/eac_rails_base0/apache_path.rb', line 13 def run write_available_conf enable_conf reload_apache ::Avm::Result.success('Done') end |