[Puppet Users] Re: scheduling refresh event BEFORE dependent object

2014-08-05 Thread Dimitris Stafylarakis
hi John, I don't want the latest version of the package to be installed but a specific version that I configure through hiera. In that sense, there is indication of an upcoming package change that could somehow trigger an update. This is all theory of course. Your (great) tip on using

[Puppet Users] Re: scheduling refresh event BEFORE dependent object

2014-07-29 Thread jcbollinger
On Monday, July 28, 2014 8:56:08 AM UTC-5, Dimitris Stafylarakis wrote: Hi people, thanks for your replies. My actual case is *run apt-get update before upgrading a package*. So I have packages in my own repository and I'm managing them through puppet on the production server. I want to

[Puppet Users] Re: scheduling refresh event BEFORE dependent object

2014-07-28 Thread Dimitris Stafylarakis
Hi people, thanks for your replies. My actual case is *run apt-get update before upgrading a package*. So I have packages in my own repository and I'm managing them through puppet on the production server. I want to be able to set a specific version number and have puppet install the right

Re: [Puppet Users] Re: scheduling refresh event BEFORE dependent object

2014-07-28 Thread Christopher Wood
On Mon, Jul 28, 2014 at 06:56:08AM -0700, Dimitris Stafylarakis wrote: Hi people, thanks for your replies. My actual case is run apt-get update before upgrading a package. So I have packages in my own repository and I'm managing them through puppet on the production server. I

Re: [Puppet Users] Re: scheduling refresh event BEFORE dependent object

2014-07-28 Thread Pete Brown
On 28 Jul 2014 23:56, Dimitris Stafylarakis xan...@gmail.com wrote: Hi people, thanks for your replies. My actual case is run apt-get update before upgrading a package. So I have packages in my own repository and I'm managing them through puppet on the production server. I want to be able to

[Puppet Users] Re: scheduling refresh event BEFORE dependent object

2014-07-25 Thread jcbollinger
On Thursday, July 24, 2014 10:42:34 AM UTC-5, Dimitris Stafylarakis wrote: Hi all, I have a question for the experts in the group: say there's an exec resource dependent on some other resource and refreshonly= true. As we know already, a change in the dependent resource will send a