Skip to content

Commit 6f566a7

Browse files
author
Tim Meusel
committed
remove '->' before unless
1 parent e7d5d53 commit 6f566a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifests/unicorn.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
command => '/usr/bin/systemctl daemon-reload',
5656
refreshonly => true,
5757
notify => Service['unicorn-puppetmaster'],
58-
} ->
58+
}
5959
unless defined(Service['unicorn-puppetmaster']) {
6060
service{'unicorn-puppetmaster':
6161
ensure => 'running',
@@ -87,7 +87,7 @@
8787
path => '/etc/nginx/sites-enabled/puppetmaster',
8888
target => '/etc/nginx/sites-available/puppetmaster',
8989
notify => Service['nginx'],
90-
} ->
90+
}
9191
unless defined(Service['nginx']) {
9292
service{'nginx':
9393
ensure => 'running',

0 commit comments

Comments
 (0)