try the hiera way of getting this info
[mirror/dsa-puppet.git] / modules / resolv / manifests / init.pp
index 59f3147..152e392 100644 (file)
@@ -1,5 +1,7 @@
 class resolv {
 
+       $ns = hiera('nameservers')
+
        file { '/etc/resolv.conf':
                        content => template('resolv/resolv.conf.erb');
        }