From: Stephen Gran Date: Sun, 8 Nov 2009 16:34:12 +0000 (+0000) Subject: this is not shell X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=3f6ea8ed8aa29e573773b10580243295b0042c79 this is not shell Signed-off-by: Stephen Gran --- diff --git a/modules/resolv/templates/resolv.conf.erb b/modules/resolv/templates/resolv.conf.erb index 20b75692..d287287b 100644 --- a/modules/resolv/templates/resolv.conf.erb +++ b/modules/resolv/templates/resolv.conf.erb @@ -5,7 +5,7 @@ nameserver 137.82.1.1 nameserver 142.103.1.1 " end -if resolvconf = "" +if resolvconf == "" raise Puppet::ParseError, "resolv.conf is empty" end resolvconf