fix order of the guest trust on snapshot db (do it before the other localhost entries)
[mirror/dsa-puppet.git] / modules / roles / manifests / snapshot_db.pp
index 9e6f9f4..c620c87 100644 (file)
@@ -46,7 +46,7 @@ class roles::snapshot_db (
     user     => 'guest',
     address  => $guest_addresses,
     method   => 'trust',
-    order    => '30',
+    order    => '20',
   }
 
   if $upstream_db_server {