Sha256: e811a1c429944951be42fd73b90271ed70b6fa4171dc947bfa7e5f04e1ca1c61

Contents?: true

Size: 190 Bytes

Versions: 147

Compression:

Stored size: 190 Bytes

Contents

class Specinfra::Command::Base::Inventory < Specinfra::Command::Base
  class << self
    def get_user
      'getent passwd'
    end

    def get_group
      'getent group'
    end
  end
end

Version data entries

147 entries across 147 versions & 2 rubygems

Version Path
koma-0.6.0 lib/koma/ext/specinfra/command/base/inventory.rb
koma-0.5.0 lib/koma/ext/specinfra/command/base/inventory.rb
koma-0.4.0 lib/koma/ext/specinfra/command/base/inventory.rb
koma-0.3.1 lib/koma/ext/specinfra/command/base/inventory.rb
koma-0.3.0 lib/koma/ext/specinfra/command/base/inventory.rb
koma-0.2.0 lib/koma/ext/specinfra/command/base/inventory.rb
koma-0.1.0 lib/koma/ext/specinfra/command/base/inventory.rb