Class: Specinfra::Command::Base::Inventory

Inherits:
Specinfra::Command::Base show all
Defined in:
lib/specinfra/command/base/inventory.rb

Class Method Summary collapse

Methods inherited from Specinfra::Command::Base

create, escape

Class Method Details

.get_groupObject



7
8
9
# File 'lib/specinfra/command/base/inventory.rb', line 7

def get_group
  'getent group'
end

.get_userObject



3
4
5
# File 'lib/specinfra/command/base/inventory.rb', line 3

def get_user
  'getent passwd'
end