clarified: Accept collab parameter also as a string
This commit is contained in:
parent
f9803c68ac
commit
4c98e51c6a
1 changed files with 4 additions and 0 deletions
|
@ -4,7 +4,11 @@ CAPTURE_DIR="/var/lib/recorder/<%= @name %>"
|
|||
PRIVATE_CERT="<%= @puppet_ssldir %>/private_keys/<%= @homename %>.pem"
|
||||
PUBLIC_CERT="<%= @puppet_ssldir %>/certs/<%= @homename %>.pem"
|
||||
PORT="<%= @remoteport %>"
|
||||
<% if @collab.is_a?(Array) -%>
|
||||
COLLAB="<%= @collab.join(" ") %>"
|
||||
<% else -%>
|
||||
COLLAB="<%= @collab %>"
|
||||
<% end -%>
|
||||
OPTIONS="<%= @remoteopt %>"
|
||||
|
||||
. /etc/clarified/clarified-functions
|
||||
|
|
Loading…
Add table
Reference in a new issue