Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Sat6: Check umask #39

Open
jhutar opened this issue Nov 3, 2016 · 0 comments
Open

Sat6: Check umask #39

jhutar opened this issue Nov 3, 2016 · 0 comments
Assignees

Comments

@jhutar
Copy link
Collaborator

jhutar commented Nov 3, 2016

https://github.com/boogiespook/sat6_healthCheck/blob/master/sat6_healthCheck.sh#L288-L299

    echo -e "
####################
## Checking umask ##
####################"

    umask=$(umask)
    if [[ $umask -ne "0022" ]]
    then
      printWarning "Umask is set to $umask which could cause problems with puppet module permissions.\n Recommend setting umask to 0022"
      else
      printOK "Umask is set to 0022"
fi
@jhutar jhutar self-assigned this Dec 11, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant