From: Tom Hughes Date: Fri, 27 Mar 2020 09:44:30 +0000 (+0000) Subject: Remove bytemark credentials from DNS scripts X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/77aadb15b43513c869af62c1d5c50cda35f2634c Remove bytemark credentials from DNS scripts --- diff --git a/cookbooks/dns/templates/default/dns-check.erb b/cookbooks/dns/templates/default/dns-check.erb index fd0278720..0c88edf42 100755 --- a/cookbooks/dns/templates/default/dns-check.erb +++ b/cookbooks/dns/templates/default/dns-check.erb @@ -1,6 +1,5 @@ #!/bin/sh -export RSYNC_PASSWORD="<%= @passwords["rsync"] %>" export GEODNS_SERVERS="<%= @geoservers.join(" ") %>" export STATUSCAKE_USERNAME="OpenStreetMap" export STATUSCAKE_APIKEY="<%= @passwords["statuscake"] %>" diff --git a/cookbooks/dns/templates/default/dns-update.erb b/cookbooks/dns/templates/default/dns-update.erb index 8022e4566..4da924be0 100755 --- a/cookbooks/dns/templates/default/dns-update.erb +++ b/cookbooks/dns/templates/default/dns-update.erb @@ -4,7 +4,6 @@ umask 0002 -export RSYNC_PASSWORD="<%= @passwords["rsync"] %>" export GEODNS_SERVERS="<%= @geoservers.join(" ") %>" export STATUSCAKE_USERNAME="OpenStreetMap" export STATUSCAKE_APIKEY="<%= @passwords["statuscake"] %>"