Well,

On 12/15/2011 10:39 PM, Dan White wrote:
> Thanks for the suggestions.
> tee /path/to/where-I-want-logfile-$(date +%Y%m%d-%H%M%S).log  did not work.
> 
> bash: syntax error near unexpected token `('

if you're not using single quotes, you shall have to escape the dollar
sign so puppet doesn't try to expand a variable.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to