HomePhorge

(#12412) Don't assume the `root` user exists
a1957172a82eUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(#12412) Don't assume the root user exists

Previously, the test was verifying that puppet didn't create the
root user, assuming it already existed on the host. But that's not
the case on Windows.

This commit just changes the test to use Host['user'], which always
refers to the user that we ssh'ed to the host as, and therefore,
always exists.

Details

Provenance
Josh Cooper <josh@puppetlabs.com>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPU21808b769173: Merge pull request #486 from kelseyhightower/ticket/2.7.
Branches
Unknown
Tags
Unknown

Event Timeline

Josh Cooper <josh@puppetlabs.com> committed rPUa1957172a82e: (#12412) Don't assume the `root` user exists (authored by Josh Cooper <josh@puppetlabs.com>).Feb 10 2012, 9:09 PM