HomePhorge

Wrap user plist retrieval into get_users_plist()
a0e4d13a83feUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Wrap user plist retrieval into get_users_plist()

Previously, the act of retrieving the user's plist was
performed on an ad-hoc basis by running the plutil command.
Because this binary is only available on OS X, it needed
to be stubbed out to successfully test its behavior on
Linux. To make this process easier (and also encapsulate
the behavior into its own method for future upgrades), the
plutil call has been wrapped in its own method
(get_users_plist).

Details

Provenance
Gary Larizza <gary@puppetlabs.com>Authored on
Jeff McCune <jeff@puppetlabs.com>Committed on Dec 5 2012, 12:49 AM
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPUcb682bd27cbe: Wrap ShadowHashData setting into its own method
Branches
Unknown
Tags
Unknown

Event Timeline

Jeff McCune <jeff@puppetlabs.com> committed rPUa0e4d13a83fe: Wrap user plist retrieval into get_users_plist() (authored by Gary Larizza <gary@puppetlabs.com>).Dec 5 2012, 12:49 AM