Re: [Puppet Users] Can not retrieve file from puppet master linux to puppet agent windows

2012-02-27 Thread Josh Cooper
On Mon, Feb 27, 2012 at 1:41 AM, Shirley wrote: > Linux master : ubuntu 11.10, puppet 2.7.1 > Windows agent : 2008 r2 x64, puppet 2.7.1 > Windows agent support was added in 2.7.6, however, we have fixed a number of issues since then, including the one you are running into. You'll want to use the

Re: [Puppet Users] Can not retrieve file from puppet master linux to puppet agent windows

2012-02-27 Thread Craig White
On Feb 27, 2012, at 2:41 AM, Shirley wrote: > Hello, > > > As the subject described, I tried to retrieve a file from linux master > to windows agent with the init.pp below : > class test { >file { “C:/ProgramData/testfile.txt”: >ensure => present, >mode => 0644, >owner => test,

[Puppet Users] Can not retrieve file from puppet master linux to puppet agent windows

2012-02-27 Thread Shirley
Hello, As the subject described, I tried to retrieve a file from linux master to windows agent with the init.pp below : class test { file { “C:/ProgramData/testfile.txt”: ensure => present, mode => 0644, owner => test, group => Administrators, source => “puppet:///modules/