From 271af98646a7ba9a6de803f3531ab8263f8748c2 Mon Sep 17 00:00:00 2001 From: "Denis V. Kachurin" Date: Wed, 31 Jul 2024 17:37:14 +0300 Subject: [PATCH] https mirror_type added --- types/mirror_type.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/types/mirror_type.pp b/types/mirror_type.pp index ad82b83..a34ada2 100644 --- a/types/mirror_type.pp +++ b/types/mirror_type.pp @@ -1,6 +1,7 @@ # The type of a pkg mirror type Pkgng::Mirror_type = Enum[ 'http', + 'https', 'none', 'srv', ]