example42 / tinydata

Tiny Data for Tiny Puppet & C.
7 stars 12 forks source link

vim is called vim-enhanced on Redhat8+ #60

Closed florusboth closed 1 year ago

florusboth commented 1 year ago

Describe your issue

tp_install { 'vim' : } install vim fine on Redhat8+ but the actual package installed is vim-enhanced. This makes tp test vim fail:

pemaster.yeetta.net: rpm -qi vim
package vim is not installed

but:

rpm -qi vim-enhanced
Name        : vim-enhanced
Epoch       : 2

Labels

Please use the following labels:

Context

Please provide any info useful for troubleshooting, like:

  1. Output of facter -p on the failing node (at least the OS related facts)
  2. Version of Puppet and of the module
  3. The relevant Puppet code and eventually Hiera data
florusboth commented 1 year ago

works!