control-repo/modules/test/manifests/init.pp
jhejda@wmpromus.com 7a36f38501 fail
2019-05-08 11:57:43 +02:00

13 lines
113 B
ObjectPascal

class test (
) {
info(fact['hostname'])
#class { 'test':
#message => 1
#}
#fail('Hello world')
}