Stub manifests/site.pp

This commit is contained in:
John Barnette 2012-10-02 17:27:49 -07:00
parent 78b6fe8a5e
commit afaf508ea9

3
manifests/site.pp Normal file
View file

@ -0,0 +1,3 @@
node default {
notify { 'Hello, world.': }
}