From 6fe4f7f92a423c75aab6e227e43b6f7932d474a6 Mon Sep 17 00:00:00 2001 From: "jhejda@wmpromus.com" Date: Wed, 8 May 2019 11:53:52 +0200 Subject: [PATCH] fail --- modules/test/manifests/init.pp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/test/manifests/init.pp b/modules/test/manifests/init.pp index b37edfc..807c878 100644 --- a/modules/test/manifests/init.pp +++ b/modules/test/manifests/init.pp @@ -2,9 +2,10 @@ class test ( ) { - class { 'test': - message => 1 - } + info('Hello') + #class { 'test': + #message => 1 + #} #fail('Hello world')