This commit is contained in:
jhejda@wmpromus.com 2019-05-08 11:43:40 +02:00
parent 3176ca3625
commit b19b1900f2
2 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,7 @@
class test ( class test (
) { ) {
include something include test::test
#fail('Hello world') #fail('Hello world')

View File

@ -0,0 +1,6 @@
class test::test (
String $message
){
notify {$message:}
}