Pacote instalado, mas com erro

2
CentOS 6.5, Puppet Enterprise 3.1.1.

Given this declaration:
    package { vim:  ensure => present  }

The following error is displayed:
   Error: Could not find package vim
   Error: /Stage[main]//Node[web.localtest.com]/Package[vim]/ensure: change
   from absent to present failed: Could not find package vim

Nevertheless, vim has been installed.

How to fix it?

Note: There is no error when testig with htop.
    
por Wojciech Winogrodzki 21.01.2014 / 16:55

1 resposta

2

No Centos, eu acredito que o pacote que você está procurando é "vim-enhanced" ... não apenas "vim". É muito provável que o pacote já tenha sido instalado antes de você executar o teste.

    
por 21.01.2014 / 16:57