Class: Specinfra::Command::Base::Inventory
- Inherits:
-
Specinfra::Command::Base
- Object
- Specinfra::Command::Base
- Specinfra::Command::Base::Inventory
- Defined in:
- lib/specinfra/command/base/inventory.rb
Direct Known Subclasses
Aix::Base::Inventory, Darwin::Base::Inventory, Freebsd::Base::Inventory, Linux::Base::Inventory, Openbsd::Base::Inventory, Solaris::Base::Inventory
Class Method Summary collapse
Methods inherited from Specinfra::Command::Base
Class Method Details
.get_group ⇒ Object
7 8 9 |
# File 'lib/specinfra/command/base/inventory.rb', line 7 def get_group 'getent group' end |
.get_user ⇒ Object
3 4 5 |
# File 'lib/specinfra/command/base/inventory.rb', line 3 def get_user 'getent passwd' end |