Added a bare template for service objects.
This commit is contained in:
parent
b6c832524b
commit
3a45597b79
1 changed files with 13 additions and 0 deletions
13
templates/object_service.conf.erb
Normal file
13
templates/object_service.conf.erb
Normal 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 %>" { }
|
Loading…
Reference in a new issue