search for: packages_oel6_absent

Displaying 1 result from an estimated 1 matches for "packages_oel6_absent".

2013 Jun 04
2
Delete ypbind.........dependancy headaches.. yp-tools is needed by (installed) ypbind
Hi, My brain is hurting a bit over this one. How does one delete ypbind cleanly from a RHEL6 box? It has a dep of yp-tools. No problem...I add both to the uninstall list in hiera; packages_oel6_absent: <snip> - ypbind - yp-tools SNIP from manifest; $packagesabsent = hiera("${packages_key}_absent",''nil'') if $packagesabsent != ''nil'' { package { $packagesabsent: ensure => absent,...