# HG changeset patch # User IBBoard # Date 1433617982 0 # Node ID 546dfa011f5856962228e31a7bfd2e109a360782 # Parent 5b9ba754d2ff749ee7531eecafc66193773a0e60 Remove "puppet" host name because we don't need it (Also, testing auth issue with repo, so need a small change) diff -r 5b9ba754d2ff -r 546dfa011f58 manifests/templates.pp --- 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}", }