Answer the question
In order to leave comments, you need to log in
How to add your own repository to ubuntu using puppet, which has a package of the same name?
I compiled nginx with the rtmp module according to the instructions .
Puppet adds my repository
to /etc/apt/source.list.d/
the package is called nginx, as well as in the main repository, then it is installed from the main one, because it has higher priority.
How to decide?
Answer the question
In order to leave comments, you need to log in
Have you made your repository with your nginx ?
If so, you can simply specify the version of the package you are installing.
package { 'nginx' :
ensure => 'myrepo.1.6.2.rtmp' ,
}
In addition to the apt module - you can also change the name of your package :)
For example - nginx-rtmp-orgname ;)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question