Sha256: 7e0307271186e0ebb59745a29150d3c3ee97c554c4438a65bd1341a4a83e9480
Contents?: true
Size: 315 Bytes
Versions: 21
Compression:
Stored size: 315 Bytes
Contents
module ManageIQ module ApplianceConsole module ManageiqUserMixin extend ActiveSupport::Concern def manageiq_uid @manageiq_uid ||= Process::UID.from_name("manageiq") end def manageiq_gid @manageiq_gid ||= Process::GID.from_name("manageiq") end end end end
Version data entries
21 entries across 21 versions & 1 rubygems