From 18c0447754234becae3cf854345163d42fbcc9cf Mon Sep 17 00:00:00 2001 From: Sevrin Robstad Date: Wed, 31 Jul 2019 12:26:29 +0200 Subject: [PATCH] added comment about dir_sync not working on windows --- pillar.example | 1 + 1 file changed, 1 insertion(+) diff --git a/pillar.example b/pillar.example index 01fc0d6..7d6ebc7 100644 --- a/pillar.example +++ b/pillar.example @@ -164,6 +164,7 @@ users: # it's possible to use 'keep' for file_mode, to preserve file original mode, thus you can save # execution bit for example. file_mode: keep + # You can specify octal mode for directories as well. This won't work on Windows minions #dir_mode: 775 sym_mode: 640 exclude_pat: "*.gitignore"