Merge pull request #8 from tomkukral/patch-1

fix missing ntp variable error, LGTM
diff --git a/ntp/files/ntp.conf b/ntp/files/ntp.conf
index a3778ba..7b23f00 100644
--- a/ntp/files/ntp.conf
+++ b/ntp/files/ntp.conf
@@ -20,7 +20,7 @@
 
 restrict 127.0.0.1
 restrict ::1
-{%- if ntp.mode7 %}
+{%- if client.get('mode7') %}
 # mode7 is required for collectd monitoring
 enable mode7
 {%- endif %}