module Landrush::Cap::Suse::DnsmasqInstalled

Public Class Methods

dnsmasq_installed(_env, *_args) click to toggle source
# File lib/landrush/cap/host/suse/dnsmasq_installed.rb, line 5
def self.dnsmasq_installed(_env, *_args)
  system('rpm -qa | grep dnsmasq > /dev/null 2>&1')
end