On Tue, Dec 11, 2012 at 8:18 AM, MaTi Villagra <mativilla...@gmail.com> wrote:
> Hello I'm trying to push PS1 variable at .bashrc file
>
>     exec { 'GIT PS1 Variable':
>     cwd => '/home/developer/.bashrc',
>     command => '/bin/echo "PS1='[\u@\h \W\$(__git_ps1  " \"" (%s)"\"")]\$ '

The single quote following PS1= closes the string and the next character
puppet parser sees is [ -- that's what it seems to complain about.

Thanks,
Roman.

-- 
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