fail
This commit is contained in:
parent
3176ca3625
commit
b19b1900f2
@ -1,7 +1,7 @@
|
||||
class test (
|
||||
|
||||
) {
|
||||
include something
|
||||
include test::test
|
||||
#fail('Hello world')
|
||||
|
||||
|
||||
|
6
modules/test/manifests/test.pp
Normal file
6
modules/test/manifests/test.pp
Normal file
@ -0,0 +1,6 @@
|
||||
class test::test (
|
||||
String $message
|
||||
){
|
||||
notify {$message:}
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user