summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-06-13 22:26:33 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-06-13 22:26:33 +0200
commit1fdceba041bc3cdbdb2034d645cf32ea66bd3779 (patch)
tree159b66322197ce1a088a513a9bdfea01b800654b
parentMailserver config. (diff)
downloadprofiles-1fdceba041bc3cdbdb2034d645cf32ea66bd3779.tar.gz
profiles-1fdceba041bc3cdbdb2034d645cf32ea66bd3779.tar.xz
Use https for arch repo.
The server already redirected http to https, this just saves us that request.
-rw-r--r--manifests/repo.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/repo.pp b/manifests/repo.pp
index 441330c..bb1b23e 100644
--- a/manifests/repo.pp
+++ b/manifests/repo.pp
@@ -4,7 +4,7 @@ class profiles::repo {
'Archlinux': {
pacman::repo { 'adrift-space':
ensure => present,
- server => 'http://repo.adrift.space/arch',
+ server => 'https://repo.adrift.space/arch',
sig_level => 'Optional',
}
}