Casey Rapnicki
Casey Rapnicki
Remove the path from your delete files. `bfg --delete-files SomeFile.zip https://[email protected]/account/respository.git`
I was having the same issue. I changed lines 319-322 in vmwaretools\manifests\init.pp from: ``` start => "/sbin/start ${service_name_real}", stop => "/sbin/stop ${service_name_real}", status => "/sbin/status ${service_name_real} | grep -q 'start/'",...
My system is a CentOS 6.7 x86_64 minimal server, upgraded from the 6.5 minimal ISO, running on ESXi 6.0. It is running Foreman 1.9.3, I believe. We are actually migrating...
@razorsedge From the CHANGELOG file, I'm running 5.0.1. Relevant info from the site.pp file: ``` class { '::vmwaretools': tools_version => 'latest', ensure => 'preset', service_ensure => running, service_enable => true,...
Life happens. :) Might want to see if one of the others that were having this issue will respond with their infrastructure to see if there is a common denominator.