Skip to content

Commit 0ea816c

Browse files
author
Tim Meusel
committed
add missing = in template
1 parent 934cf64 commit 0ea816c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/unicorn-puppetmaster.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Description=Puppet master served by Unicorn
33

44
[Service]
5-
ExecStart=<% @unicorn_path %> -c /etc/puppet/unicorn.conf
5+
ExecStart=<%= @unicorn_path %> -c /etc/puppet/unicorn.conf
66
ExecReload=/usr/bin/kill -s HUP $MAINPID
77
PrivateTmp=yes
88
# this would be cool, but then the puppetmaster can't reach the puppetdb

0 commit comments

Comments
 (0)