Sha256: d7ad932c9052544adc8fb63d9787c7463122afca3239441403425fcc63069e63
Contents?: true
Size: 248 Bytes
Versions: 2
Compression:
Stored size: 248 Bytes
Contents
module VagrantPlugins module GuestUbuntu class Guest < Vagrant.plugin("2", :guest) def detect?(machine) machine.communicate.test("test -r /etc/os-release && . /etc/os-release && test xubuntu = x$ID") end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vagrant-unbundled-1.8.5.2 | plugins/guests/ubuntu/guest.rb |
vagrant-unbundled-1.8.5.1 | plugins/guests/ubuntu/guest.rb |