3 lines
93 B
Puppet
3 lines
93 B
Puppet
class hello_world {
|
|
notice "Puppet module here. Things seem to be working just fine ;-)"
|
|
}
|