Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(#9859) Add root_home fact and tests #17

Commits on Oct 3, 2011

  1. (#9859) Add root_home fact and tests

    Without this patch applied, the stdlib module does not provide a
    root_home fact.  This fact is necessary to easily determine the root
    account home directory on platforms Puppet is supported on.
    
    The major variations this fact address are:
    ---
    solaris: /
    linux: /root
    macosx: /var/root
    
    Spec tests using rspec have been provided as well to cover these three
    general cases.  Windows tests are marked as pending.
    Jeff McCune committed Oct 3, 2011
    Configuration menu
    Copy the full SHA
    11c1837 View commit details
    Browse the repository at this point in the history