We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef527d6 commit 4d08a29Copy full SHA for 4d08a29
2 files changed
README.md
@@ -42,6 +42,10 @@ parameters.
42
The location of the service file.
43
Default: '/etc/init/uwsgi.conf'
44
45
+* `service_template`
46
+ The location of the template to generate the *service_file*.
47
+ Default: 'uwsgi/uwsgi_upstart.conf.erb'
48
+
49
* `service_ensure`
50
The service state.
51
Default: true
manifests/init.pp
@@ -22,6 +22,10 @@
22
# [*service_file*]
23
# The location of the service file. Default: '/etc/init/uwsgi.conf'
24
#
25
+# [*service_template*]
26
+# The location of the template to generate the *service_file*.
27
+# Default: 'uwsgi/uwsgi_upstart.conf.erb'
28
+#
29
# [*service_ensure*]
30
# The service state. Default: true
31
0 commit comments