# Configure private custom repo for those dists that support it class profiles::repo { case $facts['osfamily'] { 'Archlinux': { pacman::repo { 'adrift-space': ensure => present, server => 'http://repo.gandalf.adrift.space/arch', sig_level => 'Optional', } } } }