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

managing-files: fix directory ownership example #584

Merged
merged 1 commit into from
Sep 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/ROOT/pages/managing-files.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,13 @@ you currently have to explicitly list them in your Butane config. See
https://github.com/coreos/butane/issues/380[butane#380] for the tracking issue
in Butane for a future better syntax for this case.

.Example to set permissions and ownership for a file and its parent directories
.Example to create directories with specific ownership
[source,yaml]
----
variant: fcos
version: 1.4.0
storage:
files:
directories:
- path: /home/builder/.config
user:
name: builder
Expand Down