From 16993c692b2405086c5781ccb6c08ac8ddf23f84 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Sat, 17 Mar 2018 18:55:18 +0100 Subject: [PATCH] switch the dotdeb repo url to https --- manifests/repo/debian.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/repo/debian.pp b/manifests/repo/debian.pp index 5993de50..30b5dc24 100644 --- a/manifests/repo/debian.pp +++ b/manifests/repo/debian.pp @@ -24,7 +24,7 @@ # Enable special sury handling # class php::repo::debian( - $location = 'http://packages.dotdeb.org', + $location = 'https://packages.dotdeb.org', $release = 'wheezy-php56', $repos = 'all', $include_src = false,