Skip to content

Commit

Permalink
Merge pull request voxpupuli#141 from bmmane/master
Browse files Browse the repository at this point in the history
Use single-quotes to avoid problems with slave labels
  • Loading branch information
R. Tyler Croy committed Jun 4, 2014
2 parents ad341c3 + 6379c3e commit d4af4e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/slave.pp
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
}

if $labels {
$labels_flag = "-labels \"${labels}\""
$labels_flag = "-labels \'${labels}\'"
} else {
$labels_flag = ''
}
Expand Down

0 comments on commit d4af4e1

Please sign in to comment.