-
-
Notifications
You must be signed in to change notification settings - Fork 246
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not hardcode the 'root' group name, use the 'gid' for that.
Non-Linux systems, i.e. *BSD might not have a group 'root', but have group wheel. What is in common everywhere is the 'gid' of these groups is '0'. Setting the group => '0' instead of group => 'root' is a common pattern seen in many other modules. This fixes the setting of the group for the npmrc file. For consistency, I also changed the group in manifests/repo/nodesource/yum.pp even it doesn't affect me. Ran into the problem on OpenBSD.
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters