]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Rely just on DNS for the puppet host entry
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 9 Mar 2014 18:45:20 +0000 (15:45 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 9 Mar 2014 18:45:20 +0000 (15:45 -0300)
manifests/role/master.pp

index abeec243c3079d4584a6861382e102afb86d98cf..a595d9b9b69883e5fde8b75636ffbf409f6bd4c4 100644 (file)
@@ -17,8 +17,10 @@ class nodo::role::master {
 
     # The main master has a host entry pointing to itself, other
     # masters still retrieve catalogs from the main master.
+    #
+    # For that we're relying just on DNS entries.
     host { "puppet":
-      ensure       => present,
+      ensure       => absent,
       ip           => "127.0.0.1",
       host_aliases => ["puppet.${::domain}"],
     }