Re: [Puppet Users] downgrading package with puppet

2016-02-26 Thread Vladislav Rusanov
Hi! YUM provider has problems with downgrade - https://groups.google.com/forum/#!topic/puppet-users/3Nkx1gtcGyc Maybe it is a good idea to manually remove (and then run puppet) or downgrade the package, cause downgrading is not

Re: [Puppet Users] downgrading package with puppet

2016-02-26 Thread jcbollinger
On Thursday, February 25, 2016 at 10:01:57 AM UTC-6, tetlika wrote: > > using yum > > 100% sure its available, > Enable --debug logging on the agent to see, among other things, the actual yum command that Puppet is executing, and yum's output. I think you'll find that yum disagrees with you

Re: [Puppet Users] downgrading package with puppet

2016-02-25 Thread tetlika
using yum 100% sure its available, generally this error happens each time I try to do downgrade of any package четвер, 25 лютого 2016 р. 17:54:41 UTC+2 користувач Hristo Mohamed написав: > > Which provider are you using? Are you sure this version is available? > > Hristo > > On Thu, Feb 25, 2016

Re: [Puppet Users] downgrading package with puppet

2016-02-25 Thread Hristo Mohamed
Which provider are you using? Are you sure this version is available? Hristo On Thu, Feb 25, 2016 at 4:49 PM, tetlika wrote: > hi, I have a problem with puppet sw management > > when I do in puppet: > > package { "nginx" : > ensure => "1.8.1-1" > } > > the nginx version 1.8.1 is succes

[Puppet Users] downgrading package with puppet

2016-02-25 Thread tetlika
hi, I have a problem with puppet sw management when I do in puppet: package { "nginx" : ensure => "1.8.1-1" } the nginx version 1.8.1 is successfully installed and everything is fine when later on the same machine I do: package { "nginx" : ensure => "1.8.0-1" } I receive err