Sha256: d0b3680e637e37e0766657e88043ef72b64d75e90090fa2a58ea7b62205134fc
Contents?: true
Size: 595 Bytes
Versions: 60
Compression:
Stored size: 595 Bytes
Contents
# frozen_string_literal: true require 'avm/stereotypes/eac_webapp_base0/apache_host' module Avm module Stereotypes module EacWordpressBase0 class ApacheHost < ::Avm::Stereotypes::EacWebappBase0::ApacheHost def document_root instance.read_entry(: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
60 entries across 60 versions & 1 rubygems