summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-01-02 03:19:40 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-01-02 03:21:02 +0100
commit50238714831cd5f38b08caec36f71312dd056595 (patch)
tree0beda7236522e3d7f71ff80fed076f3b11a5cc90
parentMove paths. (diff)
downloadwebdav_server-50238714831cd5f38b08caec36f71312dd056595.tar.gz
webdav_server-50238714831cd5f38b08caec36f71312dd056595.tar.xz
Add debug notice.
-rw-r--r--manifests/site.pp4
1 files changed, 4 insertions, 0 deletions
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,