Sha256: a159eb88de8373abe59a489245858006a46bd0677209462d6a42182da7a5de86
Contents?: true
Size: 233 Bytes
Versions: 2
Compression:
Stored size: 233 Bytes
Contents
require "vagrant" module VagrantPlugins module HostArch class Host < Vagrant.plugin("2", :host) def detect?(env) File.exist?("/etc/arch-release") && !File.exist?("/etc/artix-release") end end end end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
vagrant-unbundled-2.3.6.0 | plugins/hosts/arch/host.rb |
tamtam-vagrant-reload-1.2.1 | vendor/cache/vagrant-2092df529ae7/plugins/hosts/arch/host.rb |