Sha256: 10b74ed267c250746353db889c520d10fc343e054edf19afaa97702e2412fc85
Contents?: true
Size: 204 Bytes
Versions: 263
Compression:
Stored size: 204 Bytes
Contents
class Specinfra::Helper::DetectOs::Gentoo < Specinfra::Helper::DetectOs def detect if run_command('ls /etc/gentoo-release').success? { :family => 'gentoo', :release => nil } end end end
Version data entries
263 entries across 263 versions & 3 rubygems
Version | Path |
---|---|
specinfra-2.24.0 | lib/specinfra/helper/detect_os/gentoo.rb |
specinfra-2.23.0 | lib/specinfra/helper/detect_os/gentoo.rb |
specinfra-2.22.0 | lib/specinfra/helper/detect_os/gentoo.rb |