-
-
Notifications
You must be signed in to change notification settings - Fork 881
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
Errors & Fails to set file if location name includes a slash #102
Comments
I just ran into this myself today, and it is needlessly complicating my manifests. I deny access to a number of directories and in order to keep things short, I'll declare a resource. Something like this:
Ideally, I could then do this:
Instead, I have to do this:
|
Take a look at the PR I just pushed - does this fix it for you? |
Yep, works like a charm. |
🤘 |
cegeka-jenkins
pushed a commit
to cegeka/puppet-nginx
that referenced
this issue
Oct 23, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
resolved by removing the slash from the name like below.
The text was updated successfully, but these errors were encountered: