Sha256: db69c0967815085426d8f9f03540e68cb9e94c916d01925facbc332ca61023a7

Contents?: true

Size: 287 Bytes

Versions: 3

Compression:

Stored size: 287 Bytes

Contents

module LVM
  module Wrapper
    module Reporting
      module Constants
        SEPERATOR = "^".freeze
        BASE_ARGUMENTS = "--verbose --separator=#{SEPERATOR} --noheadings --nosuffix --units=b --unbuffered --options %s".freeze
        EMPTY = "-".freeze
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
chef-ruby-lvm-0.4.3 lib/lvm/wrapper/constants.rb
chef-ruby-lvm-0.4.2 lib/lvm/wrapper/constants.rb
chef-ruby-lvm-0.4.1 lib/lvm/wrapper/constants.rb