Sha256: 0af4b58f37cc71c98a5cc07008d0f99943410f43f002e49fcec7cf49bd7d3955
Contents?: true
Size: 261 Bytes
Versions: 6
Compression:
Stored size: 261 Bytes
Contents
class Specinfra::Command::Base::MailAlias < Specinfra::Command::Base class << self def check_is_aliased_to(recipient, target) target = "[[:space:]]#{target}" "getent aliases #{escape(recipient)} | grep -- #{escape(target)}$" end end end
Version data entries
6 entries across 6 versions & 1 rubygems