Sha256: 23cd332a60e74ac877faa1080d9edeebc19b4a651e9f3b10b751a5f047c46875
Contents?: true
Size: 283 Bytes
Versions: 73
Compression:
Stored size: 283 Bytes
Contents
test_name "Expunge puppet bits if hypervisor is none" # Ensure that the any previous installations of puppet # are removed from the host if it is not managed by a # provisioning hypervisor. hosts.each do |host| if host[:hypervisor] == "none" remove_puppet_on(host) end end
Version data entries
73 entries across 73 versions & 3 rubygems