From 50238714831cd5f38b08caec36f71312dd056595 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 2 Jan 2022 03:19:40 +0100 Subject: Add debug notice. --- manifests/site.pp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifests/site.pp b/manifests/site.pp index 877b35c..7467e93 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -3,6 +3,10 @@ node 'gandalf.adrift.space' { include ::rss_filter + notify { 'hiera paths?': + message => "This is a [${lookup('test2')}]", + } + nspawn::machine { 'busting': os => 'debian', enable => true, -- cgit v1.2.3