We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 934cf64 commit 0ea816cCopy full SHA for 0ea816c
templates/unicorn-puppetmaster.service
@@ -2,7 +2,7 @@
2
Description=Puppet master served by Unicorn
3
4
[Service]
5
-ExecStart=<% @unicorn_path %> -c /etc/puppet/unicorn.conf
+ExecStart=<%= @unicorn_path %> -c /etc/puppet/unicorn.conf
6
ExecReload=/usr/bin/kill -s HUP $MAINPID
7
PrivateTmp=yes
8
# this would be cool, but then the puppetmaster can't reach the puppetdb
0 commit comments