From eaf88dd5de3791dd7058c42ba84b13586fc10e02 Mon Sep 17 00:00:00 2001 From: Erik Johnson Date: Fri, 4 Jul 2014 22:34:48 -0500 Subject: [PATCH] Quote "on" to keep it from being loaded as bool Fixes #39. --- pillar.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pillar.example b/pillar.example index a0c8aaa..757b0a4 100644 --- a/pillar.example +++ b/pillar.example @@ -50,7 +50,7 @@ nginx: events: worker_connections: 768 http: - sendfile: on + sendfile: 'on' include: - /etc/nginx/mime.types - /etc/nginx/conf.d/*.conf