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

Follow directory symlinks in file_roots #985

Closed
gordonm opened this issue Mar 21, 2012 · 2 comments
Closed

Follow directory symlinks in file_roots #985

gordonm opened this issue Mar 21, 2012 · 2 comments
Milestone

Comments

@gordonm
Copy link

gordonm commented Mar 21, 2012

Currently, salt-master does not follow directory symlinks in file_roots.

For example, I would like to have _grains be a symlink to somewhere outside of file_roots since the contents of that directory are provided by an RPM.

@gordonm
Copy link
Author

gordonm commented Mar 21, 2012

I believe all that's needed is to add followlinks=True to any os.walk() calls

@thatch45
Copy link
Contributor

Thanks. I will get it in

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants