summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-03-21 15:37:07 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2023-03-21 15:37:07 +0100
commita0e08bceb99fb44349751546ab9a7979dd5bf8c9 (patch)
tree178b638d5078e2385ca9e1e3a97210c7a28f9033 /manifests
parents/ceil/ceiling/g (diff)
downloadprofiles-a0e08bceb99fb44349751546ab9a7979dd5bf8c9.tar.gz
profiles-a0e08bceb99fb44349751546ab9a7979dd5bf8c9.tar.xz
Update arch repo inclusion.
Diffstat (limited to 'manifests')
-rw-r--r--manifests/repo.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/repo.pp b/manifests/repo.pp
index aea7e83..0ee127a 100644
--- a/manifests/repo.pp
+++ b/manifests/repo.pp
@@ -5,9 +5,9 @@ class profiles::repo (
case $facts['osfamily'] {
'Archlinux': {
pacman::repo { 'adrift-space':
- ensure => $ensure,
- server => 'https://repo.adrift.space/arch',
- sig_level => 'Optional',
+ ensure => $ensure,
+ server => 'https://repo.adrift.space/arch',
+ siglevel => 'Optional',
}
}
'Debian': {