diff --git a/modules/test/manifests/init.pp b/modules/test/manifests/init.pp index e83620a..2c5e1ee 100644 --- a/modules/test/manifests/init.pp +++ b/modules/test/manifests/init.pp @@ -1,5 +1,7 @@ class test ( ) { - notify { 'HELLO WORLD':} + fail { 'HELLO WORLD':} + + }