Sha256: 735f3ce7b5b414793192ddc518f96d9128521e12753b216e0016105086602c0d
Contents?: true
Size: 281 Bytes
Versions: 28
Compression:
Stored size: 281 Bytes
Contents
test_name 'Puppet User and Group' do hosts.each do |host| next if host['use_existing_container'] step "ensure puppet user and group added to all nodes because this is what the packages do" do on host, puppet("resource user puppet ensure=present") end end end
Version data entries
28 entries across 28 versions & 1 rubygems