From 40f5d577370c52db17d60eeda7cab0b1f11ecd97 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Sat, 12 Dec 2015 08:43:41 -0700 Subject: [PATCH] Default value not in quotes. Needs to be a string for Admin compatibility - https://docs.saltstack.com/en/latest/topics/troubleshooting/yaml_idiosyncrasies.html#integers-are-parsed-as-integers --- system/config/system.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/config/system.yaml b/system/config/system.yaml index 652524902..846ec740d 100644 --- a/system/config/system.yaml +++ b/system/config/system.yaml @@ -97,7 +97,7 @@ debugger: images: default_image_quality: 85 # Default image quality to use when resampling images (85%) cache_all: false # Cache all image by default - cache_perms: 0755 # Default cache folder perms. Usually 0755 or 0775 depending on setup + cache_perms: '0755' # MUST BE IN QUOTES!! Default cache folder perms. Usually '0755' or '0775' debug: false # Show an overlay over images indicating the pixel depth of the image when working with retina for example media: