Skip to content

Commit

Permalink
Merge pull request #91 from drewhemm/patch-1
Browse files Browse the repository at this point in the history
Corrected socket test
  • Loading branch information
plathrop committed Sep 17, 2015
2 parents 3e548e7 + d5c0fbd commit bd3e4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/update.pp
Expand Up @@ -2,7 +2,7 @@
exec { 'supervisor::update':
command => '/usr/bin/supervisorctl update',
logoutput => on_failure,
onlyif => "/usr/bin/env test -f ${supervisor::unix_server_file}",
onlyif => "/usr/bin/env test -S ${supervisor::unix_server_file}",
refreshonly => true,
require => Service[$supervisor::params::system_service],
}
Expand Down

0 comments on commit bd3e4ce

Please sign in to comment.