Sha256: 7bd082c8d61083bc9bcdb8433879c05265352b45532f8a03c3562a5c8a09f8c4
Contents?: true
Size: 273 Bytes
Versions: 8
Compression:
Stored size: 273 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| remove_puppet_on(host) if host[:hypervisor] == 'none' end
Version data entries
8 entries across 8 versions & 1 rubygems