Sha256: 2fc46dcff63abd4b458e072cd3caf36a84c03effb579f74f8f6d408b616e3b86
Contents?: true
Size: 539 Bytes
Versions: 100
Compression:
Stored size: 539 Bytes
Contents
# frozen_string_literal: true require 'avm/eac_webapp_base0/apache_host' module Avm module EacWordpressBase0 class ApacheHost < ::Avm::EacWebappBase0::ApacheHost def document_root instance.read_entry(::Avm::Instances::EntryKeys::FS_PATH) end def extra_content "AssignUserID #{system_user} #{system_group}" end def system_user instance.read_entry('system.username') end def system_group instance.read_entry('system.groupname') end end end end
Version data entries
100 entries across 100 versions & 2 rubygems