3 lines
47 B
Puppet
3 lines
47 B
Puppet
node default {
|
|
notify { 'Hello, world.': }
|
|
}
|
node default {
|
|
notify { 'Hello, world.': }
|
|
}
|