Merge pull request #197 from luisfdez/bug/quotes

Add quotes to the ruby script location
This commit is contained in:
Hunter Haugen 2014-06-27 12:44:06 -07:00
commit c62dc5363a

View file

@ -42,7 +42,7 @@ class concat::setup {
$script_mode = $::osfamily ? { 'windows' => undef, default => '0755' }
$script_command = $::osfamily? {
'windows' => "ruby.exe ${script_path}",
'windows' => "ruby.exe '${script_path}'",
default => $script_path
}