Re: [Puppet Users] Windows Pathnames with spaces in Puppet file directive

2013-05-17 Thread David Schmitt
Hi, On 17.05.2013 15:28, wernerbahlke wrote: I have to change a file in c:\Program Files \MSBuild\Microsoft.Cpp\v4.0. I have tried various ways to encapsule the Windows path with spaces but to no avail. The following file { "\"c:\\program files \\MSBuild\\Microsoft.Cpp\\v4.0\\Microsoft.Cpp

[Puppet Users] Windows Pathnames with spaces in Puppet file directive

2013-05-17 Thread wernerbahlke
I have to change a file in c:\Program Files \MSBuild\Microsoft.Cpp\v4.0. I have tried various ways to encapsule the Windows path with spaces but to no avail. The following file { "\"c:\\program files \\MSBuild\\Microsoft.Cpp\\v4.0\\Microsoft.CppCommon.targets\"": ensure => pr