and options
[mirror/dsa-puppet.git] / modules / resolv / manifests / init.pp
index 225c93c..3447733 100644 (file)
@@ -1,7 +1,8 @@
 class resolv {
 
-       $ns = hiera('nameservers')
-       $sp = hiera('searchpaths')
+       $ns   = hiera('nameservers')
+       $sp   = hiera('searchpaths')
+       $opts = hiera('resolvoptions')
 
        file { '/etc/resolv.conf':
                        content => template('resolv/resolv.conf.erb');