Sha256: 6bd1005a3a004db59cf89608ae3add6612b9560d3250d134a1970428f1977fec
Contents?: true
Size: 596 Bytes
Versions: 4
Compression:
Stored size: 596 Bytes
Contents
# frozen_string_literal: true require 'avm/eac_webapp_base0/apache_host' module Avm module EacWordpressBase0 module Instances 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 end
Version data entries
4 entries across 4 versions & 2 rubygems