changeset 44:546dfa011f58

Remove "puppet" host name because we don't need it (Also, testing auth issue with repo, so need a small change)
author IBBoard <dev@ibboard.co.uk>
date Sat, 06 Jun 2015 19:13:02 +0000
parents 5b9ba754d2ff
children 0c548d481c0a 3674aac72674
files manifests/templates.pp
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/manifests/templates.pp	Sat Apr 11 08:21:12 2015 +0000
+++ b/manifests/templates.pp	Sat Jun 06 19:13:02 2015 +0000
@@ -13,10 +13,10 @@
 	$mailserver,
 	$imapserver,
 	) {
-	#VPS is a self-mastered Puppet machine, so bodge a Hosts file
+
 	file { '/etc/hosts':
 		ensure => present,
-		content => "127.0.0.1   localhost puppet
+		content => "127.0.0.1   localhost
 $primary_ip ${fqdn}",
 	}