From 7f9372d11f8cb74b10bf8307a45823b6f7387262 Mon Sep 17 00:00:00 2001 From: CosmicAlpha Date: Wed, 17 Apr 2024 12:10:44 -0600 Subject: [PATCH] Add comment --- modules/changeprop/manifests/init.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/changeprop/manifests/init.pp b/modules/changeprop/manifests/init.pp index 0382b8d30a..27514eea45 100644 --- a/modules/changeprop/manifests/init.pp +++ b/modules/changeprop/manifests/init.pp @@ -20,6 +20,7 @@ $redis_host = lookup('changeprop::redis_host', {'default_value' => 'localhost'}), $redis_password = lookup('passwords::redis::master') ) { + # We have to use bullseye (at a maximum) for this at the moment apt::source { 'bullseye': location => 'http://deb.debian.org/debian/', repos => 'main',