Skip to content

Commit 330fdab

Browse files
author
Tim Meusel
committed
fix
1 parent 388f185 commit 330fdab

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
@@ -69,7 +69,7 @@
6969
} ->
7070
file {'unicorn-service':
7171
path => '/usr/lib/systemd/system/unicorn-puppetmaster.service',
72-
source => template('puppet/unicorn-puppetmaster.service'),
72+
content => template('puppet/unicorn-puppetmaster.service'),
7373
notify => Exec['systemd-reload'],
7474
}
7575
unless defined(Service['unicorn-puppetmaster']) {

0 commit comments

Comments
 (0)