I posted this in slack puppet community, lets see if I can get more ideas 
here 

I have the following setup

when puppet runs on the agent puppet node, no errors happen but nothing 
else happens either, have a look please 

Im using Puppet Archive for the following 

Puppetfile:
mod 'puppet-archive', '1.3.0'
mod 'puppetlabs-stdlib', '4.16.0'


hieradata/global.yaml:
artifactory_host: artifactory.azcender.com
tripwire::wintripdir: 'c://temp'


Profile:

include ::archive
archive {"${windir}/te_agent_8.4.2_en_windows_x86_64.zip" :
  ensure        => present,
  source        => 
"http://${artifactory_host}/artifactory/application-release-local/gov/usda/fs/busops/cio/Tripwire/te_agent_8.4.2_en_windows_x86_64.zip";,
  extract       => true,
  extract_path  => $windir,
  creates       => $windir,
  cleanup       => false,


Puppet agent runs on the puppet node without error but nothing happens , 
meaning no files are uploaded and extracted to the node 
Any assistance is much appreciated 

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/3af44cae-11bc-4594-94d6-382fc60a8577%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to