Puppet Multi-Packages Installation error

Hello.Any idea about the task of Puppet Multi-Packages Installation

class multi_package_node {

$multi_package = [ 'vim-enhanced', 'unzip']

    package { $multi_package: ensure => 'installed' }

}

 

node 'stapp03.stratos.xfusioncorp.com' {

  include multi_package_node
}

I get this error:

Error: Execution of '/bin/yum -d 0 -e 0 -y install vim-enchanced' returned 1: Error: Nothing to do
Error: /Stage[main]/Multi_package_node/Package[vim-enchanced]/ensure: change from 'purged' to 'present' failed: Execution of '/bin/yum -d 0 -e 0 -y install vim-enchanced' returned 1: Error: Nothing to do

Hi @amirensit,
I see you already completed this task.

Regards,

Today i get an other name of dependency, there is no vim-enhanced requirement this time ^^

I get net-tools instead.

oh, good to hear that.

Hello.
I get again the same error for the task of today

:frowning: