Skip to content

Commit

Permalink
bugfix/voxpupuli#79 - use variable to replace /var/lib/rundeck/libext…
Browse files Browse the repository at this point in the history
…, if not default value
  • Loading branch information
ozbillwang committed May 26, 2015
1 parent 7019c71 commit ec1254b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/config/plugin.pp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

exec { "download plugin ${name}":
command => "/usr/bin/wget ${source} -O ${pd}/${name}",
unless => "/bin/ls -l /var/lib/rundeck/libext/ | grep ${name}"
unless => "/bin/ls ${pd}/${name} 2>/dev/null"
}

file { "${pd}/${name}":
Expand Down

0 comments on commit ec1254b

Please sign in to comment.