From: mh Date: Mon, 6 Oct 2008 21:24:03 +0000 (+0000) Subject: fixed typo X-Git-Url: https://leap.se/git/puppet_resolvconf.git/commitdiff_plain/2acf8f5b6df43b086bd40bd4005aa091b320541e fixed typo --- diff --git a/manifests/init.pp b/manifests/init.pp index a14f01b..71a9db8 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -18,10 +18,10 @@ class resolvconf { case $reseolvconf_domain { '': { fail("you need to define \$reseolvconf_domain for ${fqdn}") } } - $resolvconf_search { + case $resolvconf_search { '': { fail("you need to define \$reseolvconf_search for ${fqdn}") } } - $resolvconf_nameservers { + case $resolvconf_nameservers { '': { fail("you need to define \$reseolvconf_nameservers for ${fqdn}") } }