Re: [Puppet Users] My puppet code is not idempotent (Windows package provider)

2015-04-08 Thread Rob Reynolds
On Thu, Feb 19, 2015 at 3:29 AM, cko 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 ne

Re: [Puppet Users] My puppet code is not idempotent (Windows package provider)

2015-04-08 Thread Rob Reynolds
On Thu, Feb 19, 2015 at 4:32 AM, cko wrote: > I installed the package manually and used "puppet resource package" to > determine the exact package name. > > But I just found out that Puppet *doesn't install the package* at all > *unless* I run puppet manually via "puppet agent -t". The report say

Re: [Puppet Users] My puppet code is not idempotent (Windows package provider)

2015-02-19 Thread cko
I installed the package manually and used "puppet resource package" to determine the exact package name. But I just found out that Puppet *doesn't install the package* at all *unless* I run puppet manually via "puppet agent -t". The report says otherwise. The Puppet service on the nodes runs a

Re: [Puppet Users] My puppet code is not idempotent (Windows package provider)

2015-02-19 Thread Dirk Heinrichs
Am 19.02.2015 um 10:29 schrieb cko: > 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): created > Thu Feb 19 10:16:59 +0100 2015 /Stage[main]/[ .. module

[Puppet Users] My puppet code is not idempotent (Windows package provider)

2015-02-19 Thread cko
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 The "file" and "exec" resources are applied successfully and only once. But on every puppet run, the