Sha256: bf4b419ba7aef0203d7df24601340e7a1d9ed676a3d0f58b21a9eb6ea23e14e2
Contents?: true
Size: 459 Bytes
Versions: 40
Compression:
Stored size: 459 Bytes
Contents
class Specinfra::Command::Openbsd::Base::Inventory < Specinfra::Command::Base::Inventory class << self def get_memory 'false' end def get_cpu 'false' end def get_hostname 'hostname -s' end def get_domain 'hostname | ' + 'awk -v h=`hostname -s` \'$1 ~ h { sub(h".", "", $1); print $1 }\'' end def get_fqdn 'hostname' end def get_filesystem 'df -kP' end end end
Version data entries
40 entries across 40 versions & 2 rubygems