Skip to content

Commit

Permalink
managing-files: fix directory ownership example
Browse files Browse the repository at this point in the history
Fixes: #583

Signed-off-by: Erik Sjölund <[email protected]>
  • Loading branch information
eriksjolund authored and travier committed Sep 11, 2023
1 parent 792fc04 commit 02dc8da
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 02dc8da

Please sign in to comment.