Is this the correct log file for the error you described?
On Tue, Feb 18, 2014 at 1:06 PM, jmp242 <[email protected]> wrote: > Puppet 3.4.2, as specified. I've attached a log file. > > > > > On Friday, February 7, 2014 12:35:32 PM UTC-5, Rob Reynolds wrote: > >> First question - what version of puppet? >> >> Second question - can you run puppet apply (or agent) with --trace >> --debug --verbose and post the relevant results? We have some recent fixes >> related to this. >> >> >> On Thu, Feb 6, 2014 at 3:27 PM, jmp242 <[email protected]> wrote: >> >>> I'm really lost as to why this is failing. >>> >>> file{ 'openvpn.exe': >>> path => 'C:/ProgramData/puppetfiles/openvpn.exe', >>> source => "puppet:///modules/openvpn/openvpn.exe", >>> owner => 'SYSTEM', >>> group => 'Administrators', >>> mode => 0770, >>> provider => windows, >>> ensure => present, >>> } >>> >>> gives me this error: >>> >>> ReplaceFile(C:/ProgramData/puppetfiles/openvpn.exe, >>> C:/ProgramData/puppetfiles/openvpn.exe20140206-5012-wvhezn): The system >>> cannot find the file specified. >>> >>> >>> change from absent to file failed: >>> ReplaceFile(C:/ProgramData/puppetfiles/openvpn.exe, >>> C:/ProgramData/puppetfiles/openvpn.exe20140206-5012-wvhezn): The system >>> cannot find the file specified. >>> >>> >>> I have no idea why. I'm using Puppet agent 3.4.2. A very similar >>> resource: >>> >>> file { 'fusion.exe': >>> path => 'C:/ProgramData/puppetfiles/fusion.exe', >>> source => "puppet:///modules/fusionagent/fusion.exe", >>> owner => 'SYSTEM', >>> group => 'Administrators', >>> mode => 0770, >>> provider => windows, >>> ensure => present, >>> } >>> >>> works... >>> >>> >>> -- >>> 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 [email protected]. >>> >>> To view this discussion on the web visit https://groups.google.com/d/ >>> msgid/puppet-users/8a72f9a1-1402-4e2d-80fb-703a5133e50e% >>> 40googlegroups.com. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >> >> >> >> -- >> Rob Reynolds >> Developer, Puppet Labs >> >> *Join us at PuppetConf 2014, September 23-24 in San Francisco - * >> http://bit.ly/pupconf14 >> > -- > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/ee3cdc52-1ef0-49aa-9e4b-2b0f11cf529d%40googlegroups.com > . > > For more options, visit https://groups.google.com/groups/opt_out. > -- Rob Reynolds Developer, Puppet Labs *Join us at PuppetConf 2014, September 23-24 in San Francisco - * http://bit.ly/pupconf14 -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/CAMJiBK7Xk_zz8h48C1QSC_ONf0%2BhVTFr_jUFD3ZA8i6pyGvEfQ%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
