class Landrush::Cap::Debian::DnsmasqInstalled

Public Class Methods

dnsmasq_installed(_env) click to toggle source
# 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