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