class Specinfra::Command::Base::Inventory

Public Class Methods

get_group() click to toggle source
# File lib/specinfra/command/base/inventory.rb, line 7
def get_group
  'getent group'
end
get_user() click to toggle source
# File lib/specinfra/command/base/inventory.rb, line 3
def get_user
  'getent passwd'
end