Class: Landrush::Cap::Debian::DnsmasqInstalled

Inherits:
Object
  • Object
show all
Defined in:
lib/landrush/cap/host/debian/dnsmasq_installed.rb

Class Method Summary collapse

Class Method Details

.dnsmasq_installed(_env) ⇒ Object



5
6
7
# File 'lib/landrush/cap/host/debian/dnsmasq_installed.rb', line 5

def self.dnsmasq_installed(_env)
  system('dpkg -s dnsmasq > /dev/null 2>&1')
end