From: Peter Palfrader Date: Sun, 29 Sep 2019 19:17:32 +0000 (+0200) Subject: fix order of the guest trust on snapshot db (do it before the other localhost entries) X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-puppet.git;a=commitdiff_plain;h=e7fec35f88f5958af2e23a677912f6360e4c66bb fix order of the guest trust on snapshot db (do it before the other localhost entries) --- diff --git a/modules/roles/manifests/snapshot_db.pp b/modules/roles/manifests/snapshot_db.pp index 9e6f9f4a4..c620c8793 100644 --- a/modules/roles/manifests/snapshot_db.pp +++ b/modules/roles/manifests/snapshot_db.pp @@ -46,7 +46,7 @@ class roles::snapshot_db ( user => 'guest', address => $guest_addresses, method => 'trust', - order => '30', + order => '20', } if $upstream_db_server {