Added a bare template for service objects.

This commit is contained in:
Nick Chappell 2014-07-28 18:57:21 -07:00
parent b6c832524b
commit 3a45597b79

View file

@ -0,0 +1,13 @@
/**
* WARNING: This service definition is automatically generated by Puppet.
* ANY MANUAL CHANGES TO IT WILL GET OVERWRITTEN!
*/
/**
* A service definition. You can create your own configuration files
* in the conf.d directory (e.g. one per host). By default all *.conf
* files in this directory are included.
*
*/
object Service "<%= @object_servicename %>" { }