Closed stefanlasiewski closed 8 years ago
Oh... nevermind. That file, /etc/yum.repos.d/vmware.repo
was actually installed by something else. It wasn't mentioned in any of our manifests, and I assumed it came from razorsedge/puppet-vmwaretools. Sorry for the noise!
I just installed and used this module for the first time. However, it fails immediately after Puppet modifies /etc/yum.repos.d/vmware-tools.repo for the first time.
We're using Puppet OSS 3.8 on Scientific Linux release 6.6 (A clone of RHEL/CentOS 6).
My class calls this module with a very basic include:
However, in the end, this module creates a blank file for the VMware Tools repository, and thus every command afterwards fails:
The command fails immediately after
Notice: /Stage[main]/Vmwaretools::Repo/Yumrepo[vmware-tools]/protect: defined 'protect' as '0'
.Here's a log showing the command execution: