lib/koma/ext/specinfra/command/base/inventory.rb in koma-0.12.0 vs lib/koma/ext/specinfra/command/base/inventory.rb in koma-0.13.0
- old
+ new
@@ -1,10 +1,6 @@
class Specinfra::Command::Base::Inventory < Specinfra::Command::Base
class << self
- def get_user
- 'getent passwd'
- end
-
def get_group
'getent group'
end
end
end