diff --git a/cdist/conf/type/__ccollect_source/explorer/stat b/cdist/conf/type/__ccollect_source/explorer/stat
index 3b6f3dc3..7c86d94f 100755
--- a/cdist/conf/type/__ccollect_source/explorer/stat
+++ b/cdist/conf/type/__ccollect_source/explorer/stat
@@ -39,7 +39,7 @@ links: %Dl
        stat -f "type: %HT
  owner: %Du %Su
  group: %Dg %Sg
- mode: %Op %Sp
+ mode: %Lp %Sp
  size: %Dz
  links: %Dl
  " "$destination"
diff --git a/cdist/conf/type/__directory/explorer/stat b/cdist/conf/type/__directory/explorer/stat
index 6e021cdb..077aa43b 100755
--- a/cdist/conf/type/__directory/explorer/stat
+++ b/cdist/conf/type/__directory/explorer/stat
@@ -37,7 +37,7 @@ mode: %Op %Sp
        stat -f "type: %HT
  owner: %Du %Su
  group: %Dg %Sg
- mode: %Op %Sp
+ mode: %Lp %Sp
  " "$destination"
     ;;
    *)
diff --git a/cdist/conf/type/__file/explorer/stat b/cdist/conf/type/__file/explorer/stat
index 876988f0..00e34cca 100755
--- a/cdist/conf/type/__file/explorer/stat
+++ b/cdist/conf/type/__file/explorer/stat
@@ -39,7 +39,7 @@ links: %Dl
      stat -f "type: %HT
 owner: %Du %Su
 group: %Dg %Sg
-mode: %Op %Hp
+mode: %Lp %Sp
 size: %Dz
 links: %Dl
 " "$destination"