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 388f185 commit 330fdabCopy full SHA for 330fdab
manifests/unicorn.pp
@@ -69,7 +69,7 @@
69
} ->
70
file {'unicorn-service':
71
path => '/usr/lib/systemd/system/unicorn-puppetmaster.service',
72
- source => template('puppet/unicorn-puppetmaster.service'),
+ content => template('puppet/unicorn-puppetmaster.service'),
73
notify => Exec['systemd-reload'],
74
}
75
unless defined(Service['unicorn-puppetmaster']) {
0 commit comments