diff manifests/templates.pp @ 101:a48b6011a084 puppet-3.6

Stop Bind trying IPv6, as we only have a link-local IP
author IBBoard <dev@ibboard.co.uk>
date Sun, 13 Mar 2016 19:58:17 +0000
parents fd3446c3b7b9
children ba526e874db0
line wrap: on
line diff
--- a/manifests/templates.pp	Wed Feb 24 20:21:44 2016 +0000
+++ b/manifests/templates.pp	Sun Mar 13 19:58:17 2016 +0000
@@ -148,6 +148,11 @@
 dns=none",
 	}
 
+	file { '/etc/sysconfig/named':
+		ensure => present,
+		content => 'OPTIONS="-4"',
+	}
+
 	file { '/etc/resolv.conf':
 		ensure => present,
 		content => "nameserver 127.0.0.1"