search for: homebasic32

Displaying 2 results from an estimated 2 matches for "homebasic32".

2012 Jul 09
11
manifest for files executable on windows
...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 mes...
2012 Oct 24
1
Exec python script on puppet clinet running on windows
...Enterprise\bin>puppet agent --test --server qalab2.pertino.com info: Retrieving plugin err: /File[C:/ProgramData/PuppetLabs/puppet/var/lib]: Could not evaluate: Could not retrieve information from environment production source(s) puppet://qalab2.p ertino.com/plugins info: Caching catalog for homebasic32.pertino.com info: Applying configuration version ''1351047345'' err: /Stage[main]//Exec[ez_setup.py -U setuptools]/returns: change from notrun to 0 failed: CreateProcess() failed: notice: Finished catalog run in 4.06 seconds ************************************************** I ha...