From 50968d62a05d1a717c87dca16208ce71f07d3ee8 Mon Sep 17 00:00:00 2001 From: mh Date: Fri, 31 Jul 2015 05:28:42 +0200 Subject: we should set tail to undef by default, so the module can be used without needing to set that option --- manifests/init.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index c682bfa..b7f8c47 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -14,10 +14,10 @@ # class resolvconf( - $domain = $::domain, - $search = $::domain, + $domain = $::domain, + $search = $::domain, $nameservers = [ '8.8.8.8' ], - $tail, + $tail = undef, ) { $content = $::operatingsystem ? { openbsd => template("resolvconf/resolvconf.${::operatingsystem}.erb"), -- cgit v1.2.3