Hello Puppet Users,

I need a puppet master (Ubuntu) to push the executable files to the agent 
(windows 7) and install those executables 

I believe the manifest file should be set up to push such config to the 
windows agent. I came up with something like this:

class wireshark {
    exec { 'wireshark':
      command => 'C:\Users\vita\Downloads\Wireshark-win32-1.8.0.exe,
    }      
}
node homebasic32.test.com {
    include wireshark
}

According to my understanding, this manifest file will execute already 
existing Wireshark-win32-1.8.0.exe file on windows. I cannot figure out how 
to make the master to push this file to windows first.

Please help!

Great thanks!!!



-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/puppet-users/-/C0mZoYGo8ucJ.
To post to this group, send email to puppet-users@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