From 1b6e03fe851be2195e000a8a3dce20ac9273e461 Mon Sep 17 00:00:00 2001 From: "jhejda@wmpromus.com" Date: Wed, 8 May 2019 11:36:41 +0200 Subject: [PATCH] fail --- 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 2c5e1ee..5297ee4 100644 --- a/modules/test/manifests/init.pp +++ b/modules/test/manifests/init.pp @@ -1,7 +1,7 @@ class test ( ) { - fail { 'HELLO WORLD':} + fail('Hello world') }