search for: uninstall_expect

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

2013 May 28
3
Issue with Puppet & Packages which are installed multiple times
...39;s the x64 and x86 version. for whatever reason yum installs both ( it''s yum, a dry-run with yum results in the same situation) #I would not have expected this for expect ( :) ) , but for libs that''s normal on an x64 system.* * #ok, lets uninstall expect* [root@kermit ~]# cat uninstall_expect.pp package { ''expect'': ensure => absent, } [root@kermit ~]# puppet apply uninstall_expect.pp Notice: /Stage[main]//Package[expect]/ensure: removed Notice: Finished catalog run in 0.27 seconds [root@kermit ~]# rpm -qa|grep expect expect-5.43.0-8.el5 *#here''s my...