Skip to content

Add the ability to chmod files in the overlay.#588

Merged
lrascao merged 1 commit intoerlware:masterfrom
djnym:chmod-overlay
May 9, 2017
Merged

Add the ability to chmod files in the overlay.#588
lrascao merged 1 commit intoerlware:masterfrom
djnym:chmod-overlay

Conversation

@djnym
Copy link
Copy Markdown
Contributor

@djnym djnym commented May 8, 2017

Two types are supported, direct chmoding, like

{chmod, 8#00700, "path/to/file/maybe/with/{{templates}}" }

or templating the permission where you have a template var like

{file_perm, 8#00700}

and an overlay

{chmod, "{{file_perm}}","path/to/file/maybe/with/{{templates}}" }

Two types are supported, direct chmoding, like

{chmod, 8#00700, "path/to/file/maybe/with/{{templates}}" }

or templating the permission where you have a template var like

{file_perm, 8#00700}

and an overlay

{chmod, "{{file_perm}}","path/to/file/maybe/with/{{templates}}" }
@lrascao
Copy link
Copy Markdown
Collaborator

lrascao commented May 9, 2017

👍 thanks!

@lrascao lrascao merged commit 2da0b73 into erlware:master May 9, 2017
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

Successfully merging this pull request may close these issues.

2 participants