Sha256: 21c52257867c8ad3085b372bd9bdae137a361035629c078d8642510cce1778cf
Contents?: true
Size: 577 Bytes
Versions: 112
Compression:
Stored size: 577 Bytes
Contents
# frozen_string_literal: true require 'addressable' module Avm module Instances class Base module AutoValues module System def auto_system_username inherited_entry_value(::Avm::Instances::EntryKeys::HOST_ID, 'system.username') || read_entry_optional('ssh.username') end def auto_system_groupname inherited_entry_value(::Avm::Instances::EntryKeys::HOST_ID, 'system.groupname') || read_entry_optional('system.username') end end end end end end
Version data entries
112 entries across 112 versions & 3 rubygems