From 02dc8dabf83389ca1bcda5e812d43b2950f64836 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Sj=C3=B6lund?= Date: Sun, 10 Sep 2023 09:47:45 +0200 Subject: [PATCH] managing-files: fix directory ownership example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes: https://github.com/coreos/fedora-coreos-docs/issues/583 Signed-off-by: Erik Sjölund --- modules/ROOT/pages/managing-files.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/managing-files.adoc b/modules/ROOT/pages/managing-files.adoc index 5ada6075..eef5c381 100644 --- a/modules/ROOT/pages/managing-files.adoc +++ b/modules/ROOT/pages/managing-files.adoc @@ -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