- 
                Notifications
    You must be signed in to change notification settings 
- Fork 35
Open
Labels
enhancementNew feature or requestNew feature or requestfeaturetriagedJira issue has been created for thisJira issue has been created for this
Description
Use Case
Puppet enforces mode 0644 for yum repos, but if the repo contains credentials (as specified via username and password properties), then it should be possible for the repo to not be world-readable.
We should possibly warn if a password is specified and the mode is not managed?
Describe the Solution You Would Like
yumrepo { 'puppetcore8':
  ensure    => 'present',
  username  => '...',
  password  => Sensitive("..."),
  mode      => "0600",
  ...
}
Apply this manifest should result in 0600.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestfeaturetriagedJira issue has been created for thisJira issue has been created for this