From 94369d4f02caeb3fbf6d0f184ebc7b83e446e3b0 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Thu, 25 Jan 2024 12:17:54 -0800 Subject: Switch links to https: where possible All these point to valid https: resources, but there is a small chance that some unusual interaction will cause it not to work. Some of these changes also won't take effect until the server is restarted, so we'll need to keep this in mind if failures occur long from now. --- manifests/nodes/sucuk.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/nodes/sucuk.pp') diff --git a/manifests/nodes/sucuk.pp b/manifests/nodes/sucuk.pp index 68bc4001..8a783cab 100644 --- a/manifests/nodes/sucuk.pp +++ b/manifests/nodes/sucuk.pp @@ -54,7 +54,7 @@ node sucuk { bindpw => extlookup('mgapeople_ldap','x'), vhost => "people.${::domain}", vhostdir => "/var/www/vhosts/people.${::domain}", - maintdburl => "http://pkgsubmit.${::domain}/data/maintdb.txt", + maintdburl => "https://pkgsubmit.${::domain}/data/maintdb.txt", } class { 'mga-treasurer': -- cgit v1.2.1