Displaying 1 result from an estimated 1 matches for "install_expect".
Did you mean:
install_exec
2013 May 28
3
Issue with Puppet & Packages which are installed multiple times
Hi,
hopefully this hasn''t been discussed too often, haven''t found anything in
the group:
I''m having some issues when a package gets installed twice ( x86 & x64
version).
#system is a RHEL5/x64 system.
*#following manifest:*
[root@kermit ~]# cat install_expect.pp
package { ''expect'':
ensure => present,
}
*#ok, let''s apply*
[root@kermit ~]# puppet apply install_expect.pp
Notice: /Stage[main]//Package[expect]/ensure: created
Notice: Finished catalog run in 14.25 seconds
*#let''s see what we''ve got*
[ro...