control-repo/modules/test/manifests/init.pp
jhejda@wmpromus.com f7b40379d4 fail
2019-05-08 11:56:42 +02:00

13 lines
115 B
ObjectPascal

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