]> gitweb.fluxo.info Git - puppet-resolvconf.git/commitdiff
fixed typo
authormh <mh@immerda.ch>
Mon, 6 Oct 2008 21:24:03 +0000 (21:24 +0000)
committermh <mh@immerda.ch>
Mon, 6 Oct 2008 21:24:03 +0000 (21:24 +0000)
manifests/init.pp

index a14f01b8ce8a856007bd1b4bd8f48b3c0683ad1f..71a9db89dae017cb9116b0af2d57a2964dbf9a94 100644 (file)
@@ -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}") }
     }