Displaying 1 result from an estimated 1 matches for "lococo".
Did you mean:
rococo
2011 Aug 18
10
Circular RPM dependencies...
Hi.
I encountered a following problem, if I state for example:
package{"aspell-en": ensure => absent, }
package{"aspell": ensure => absent, }
I get error in logs because of dependencies. It seems that puppet uses
''yum'' for installation on CentOS and ''rpm -e'' for removal of packages,
so it cannot handle this kind of dependencies: