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

core: Add pathexpand interpolation function #11277

Merged
merged 1 commit into from
Jan 19, 2017
Merged

Conversation

grubernaut
Copy link
Contributor

@grubernaut grubernaut commented Jan 18, 2017

Adds the pathexpand interpolation function to allow users to expand ~ to the home directory in filepath strings.

Fixes: #11268

Adds the `pathexpand` interpolation function to allow users to expand `~` to the home directory in filepath strings.
Copy link
Contributor

@stack72 stack72 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@grubernaut grubernaut merged commit 5749217 into master Jan 19, 2017
@grubernaut grubernaut deleted the f-add-tilde-expansion branch January 19, 2017 14:35
@apparentlymart
Copy link
Contributor

Should there be a warning in the docs that using this will likely make your config detect spurious diffs when run by multiple users or on multiple hosts? Fine to use this with file(...) but possibly less fine to use it directly in any resource argument.

(People already get confused by the similar problem caused by path.module and ask about it somewhat frequently.)

@grubernaut
Copy link
Contributor Author

@apparentlymart good point, yeah I can add some documentation to state that.

@ghost
Copy link

ghost commented Apr 17, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators Apr 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support tilde '~' in shared credentials path for providers
3 participants