projects
/
puppet_resolvconf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df62da5
)
fixed typo
author
mh
<mh@immerda.ch>
Mon, 6 Oct 2008 21:24:03 +0000
(21:24 +0000)
committer
mh
<mh@immerda.ch>
Mon, 6 Oct 2008 21:24:03 +0000
(21:24 +0000)
manifests/init.pp
patch
|
blob
|
history
diff --git
a/manifests/init.pp
b/manifests/init.pp
index
a14f01b
..
71a9db8
100644
(file)
--- 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}") }
}