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 e7d5d53 commit 6f566a7Copy full SHA for 6f566a7
manifests/unicorn.pp
@@ -55,7 +55,7 @@
55
command => '/usr/bin/systemctl daemon-reload',
56
refreshonly => true,
57
notify => Service['unicorn-puppetmaster'],
58
- } ->
+ }
59
unless defined(Service['unicorn-puppetmaster']) {
60
service{'unicorn-puppetmaster':
61
ensure => 'running',
@@ -87,7 +87,7 @@
87
path => '/etc/nginx/sites-enabled/puppetmaster',
88
target => '/etc/nginx/sites-available/puppetmaster',
89
notify => Service['nginx'],
90
91
unless defined(Service['nginx']) {
92
service{'nginx':
93
0 commit comments