Hi,

In one of my modules, I have the following:

  exec { "/bin/sed -i '\~^${line}$~d' '${file}'":

The '\~' is there, to make sed use '~' as the command separator instead of
'/', which is too common in the lines I am trying to delete.

However, the puppet master now complains:

Dec 27 14:07:11 offman01 puppet-master[821]: Unrecognised escape sequence
'\~' in file /etc/puppet/modules/common/manifests/definitions/line.pp at
line 15

Should I worry about that?

Best regards,
Martijn.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@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