Skip to content

Commit 4d08a29

Browse files
committed
Document the param
1 parent ef527d6 commit 4d08a29

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ parameters.
4242
The location of the service file.
4343
Default: '/etc/init/uwsgi.conf'
4444

45+
* `service_template`
46+
The location of the template to generate the *service_file*.
47+
Default: 'uwsgi/uwsgi_upstart.conf.erb'
48+
4549
* `service_ensure`
4650
The service state.
4751
Default: true

manifests/init.pp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
# [*service_file*]
2323
# The location of the service file. Default: '/etc/init/uwsgi.conf'
2424
#
25+
# [*service_template*]
26+
# The location of the template to generate the *service_file*.
27+
# Default: 'uwsgi/uwsgi_upstart.conf.erb'
28+
#
2529
# [*service_ensure*]
2630
# The service state. Default: true
2731
#

0 commit comments

Comments
 (0)