From e732663da9599a5d19d10460b455d23cfddd5386 Mon Sep 17 00:00:00 2001 From: ymage Date: Fri, 12 Dec 2014 14:57:35 +0100 Subject: [PATCH] Revert change The '#' here does not indicate a comment --- sudoers/files/sudoers | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sudoers/files/sudoers b/sudoers/files/sudoers index 2d2782a..affc316 100644 --- a/sudoers/files/sudoers +++ b/sudoers/files/sudoers @@ -96,5 +96,7 @@ Runas_Alias {{ name }} = {{ ",".join(runas) }} {%- endfor %} {% if includedir %} -includedir {{ includedir }} +## Read drop-in files from /etc/sudoers.d +## (the '#' here does not indicate a comment) +#includedir {{ includedir }} {% endif %}