On Thu, Feb 19, 2015 at 3:29 AM, cko <dert...@gmail.com> wrote: > Hi everyone, > > I'm using the following manifest to deploy a driver package (and its > certificate) to about 150 Windows Server 2008 R2 nodes. > > https://gist.github.com/anonymous/1cbaa90e1d0497ebaeb3 >
On second look, I noticed you were using a network share. It's possible Puppet is silently failing on being unable to access the installer file. The puppet agent service by default runs as LocalSystem, which will not have access to network shares. You can either find a user that is in the local Administrators group that have network access or copy the resource locally through a different means before trying to use it with package. > > > The "file" and "exec" resources are applied successfully and only once. > > But on every puppet run, the "package" resource gets applied. Example > tagmail output: > > > > > *Thu Feb 19 09:48:28 +0100 2015 /Stage[main]/[ .. module > ]/Package[signotec WinUSB]/ensure (notice): createdThu Feb 19 10:16:59 > +0100 2015 /Stage[main]/[ .. module ]/Package[signotec WinUSB]/ensure > (notice): created* > *.....* > > > Any ideas? > > -- > 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/73b28b55-3f57-4ab1-b92a-1078c5175f76%40googlegroups.com > <https://groups.google.com/d/msgid/puppet-users/73b28b55-3f57-4ab1-b92a-1078c5175f76%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Rob Reynolds Developer, Puppet Labs *PuppetConf 2015 <http://2015.puppetconf.com/> is coming to Portland, Oregon! Join us October 5-9.* *Register now to take advantage of the Early Adopter discount <https://www.eventbrite.com/e/puppetconf-2015-october-5-9-tickets-13115894995?discount=EarlyAdopter> * *--**save $349!* -- 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/CAMJiBK6mEj%2B9enaVQ40LYjZYGeuoG3Y41WM94M2X0hgmrU-3ww%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.