From 6f60519b49da326d036770d423d62e38fcc7538c Mon Sep 17 00:00:00 2001 From: "jhejda@wmpromus.com" Date: Tue, 12 Mar 2019 16:58:45 +0100 Subject: [PATCH] missing : --- modules/test/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/test/manifests/init.pp b/modules/test/manifests/init.pp index 52e775f..e83620a 100644 --- a/modules/test/manifests/init.pp +++ b/modules/test/manifests/init.pp @@ -1,5 +1,5 @@ class test ( ) { - notify { 'HELLO WORLD'} + notify { 'HELLO WORLD':} }