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

apt_repository wrong file permission #3857

Closed
hyao opened this issue Aug 15, 2013 · 3 comments
Closed

apt_repository wrong file permission #3857

hyao opened this issue Aug 15, 2013 · 3 comments
Labels
bug This issue/PR relates to a bug.

Comments

@hyao
Copy link

hyao commented Aug 15, 2013

I'm using the latest trunk of ansible. When I add a apt repo using:
apt_repository: repo='deb http://download.virtualbox.org/virtualbox/debian precise contrib' state=present

A file is created under sources.list.d with permission of 600, which causes ubuntu update manager to show an error. Shouldn't it have the same permission as sources.list - 644 ?

Thanks,

@sjahl
Copy link
Contributor

sjahl commented Aug 18, 2013

Not sure how to reference a pull request here... #3878

mpdehaan added a commit that referenced this issue Aug 18, 2013
setting 0644 permissions on mkstemp file handles. Fixes issue #3857
@resmo
Copy link
Contributor

resmo commented Aug 19, 2013

@mpdehaan can be closed.

@jimi-c
Copy link
Member

jimi-c commented Aug 19, 2013

Closing, the issue has been resolved by the PR above.

@jimi-c jimi-c closed this as completed Aug 19, 2013
@ansibot ansibot added bug This issue/PR relates to a bug. and removed bug_report labels Mar 6, 2018
@ansible ansible locked and limited conversation to collaborators Apr 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug This issue/PR relates to a bug.
Projects
None yet
Development

No branches or pull requests

5 participants