We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e7ff85 + 89eb7e9 commit 36590beCopy full SHA for 36590be
1 file changed
manifests/update.pp
@@ -2,7 +2,7 @@
2
exec { 'supervisor::update':
3
command => '/usr/bin/supervisorctl update',
4
logoutput => on_failure,
5
- onlyif => "test -f $supervisor::unix_server_file",
+ onlyif => "test -f ${supervisor::unix_server_file}",
6
refreshonly => true,
7
require => Service[$supervisor::params::system_service],
8
}
0 commit comments