Skip to content

Commit 1ae6b65

Browse files
author
Tim Meusel
committed
fix template path
1 parent 7bc3e75 commit 1ae6b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/unicorn.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
}
7272
file {'unicorn-conf':
7373
path => '/etc/puppet/unicorn.conf',
74-
content => template('puppet:///modules/puppet/unicorn.conf'),
74+
content => template('puppet/unicorn.conf'),
7575
} ->
7676
file {'copy-config':
7777
path => '/etc/puppet/config.ru',

0 commit comments

Comments
 (0)