module Landrush::Cap::Arch::DnsmasqInstalled
Public Class Methods
dnsmasq_installed(_env, *_args)
click to toggle source
# File lib/landrush/cap/host/arch/dnsmasq_installed.rb, line 5 def self.dnsmasq_installed(_env, *_args) system('pacman -Q dnsmasq > /dev/null 2>&1') end