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 70502ac commit 96fd2f7Copy full SHA for 96fd2f7
manifests/unicorn.pp
@@ -27,12 +27,12 @@
27
path => '/usr/lib/systemd/system/unicorn-puppetmaster.service',
28
source => 'puppet:///modules/puppet/unicorn-puppetmaster.service',
29
notify => Exec['systemd-reload'],
30
- }
+ } ->
31
exec{'systemd-reload':
32
command => '/usr/bin/systemctl daemon-reload',
33
refreshonly => true,
34
notify => Service['unicorn-puppetmaster'],
35
36
unless defined(Service['unicorn-puppetmaster']) {
37
service{'unicorn-puppetmaster':
38
ensure => 'running',
@@ -49,7 +49,7 @@
49
path => '/etc/nginx/sites-enabled/puppetmaster',
50
target => '/etc/nginx/sites-available/puppetmaster',
51
notify => Service['nginx'],
52
53
unless defined(Service['nginx']) {
54
service{'nginx':
55
0 commit comments