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

Tickets/2.7.x/7274 always output 4 digit modes #226

Merged
merged 1 commit into from Nov 22, 2011
Merged

Tickets/2.7.x/7274 always output 4 digit modes #226

merged 1 commit into from Nov 22, 2011

Commits on Nov 18, 2011

  1. (#7274) Output 4-digit file modes in File type

    When updating file mode, output 4 digit file mode instead of omitting
    the leading 0, i.e. 0755 instead of 755.  This fully represents the
    file mode, and lessens the likelihood of someone incorrectly setting
    the mode on a file by copy/pasting the incomplete mode specification.
    
    Signed-off-by: Nan Liu <nan@puppetlabs.com>
    Signed-off-by: Jacob Helwig <jacob@puppetlabs.com>
    jhelwig committed Nov 18, 2011
    Copy the full SHA
    c804346 View commit details
    Browse the repository at this point in the history