I have to change a file in c:\Program Files 
<x86>\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 
<x86>\\MSBuild\\Microsoft.Cpp\\v4.0\\Microsoft.CppCommon.targets\"":

      ensure => present,

      source => 
'puppet:///modules/install_programs/Microsoft.CppCommon.targets',

    }

 

causes this error:

 

info: Caching catalog for w7entbase.metratech.com

err: Failed to apply catalog: Parameter path failed: File paths must be 
fully qualified, not '"c:\program files 
<x86>\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets"' at 
/etc/puppetlabs/puppet/modules/test/manifests/init.pp:17

 

Any suggestions will be greatly appreciated.


Werner

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


Reply via email to