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 error:

ensure: change from absent to present failed: Could not find package 
nginx-1.8.0-1


why is that happening?

thx

-- 
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/ef6a3794-9d82-449e-a2a3-9f2988265140%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to