Restrict vsftpd to the security.d.o IPs on mirror-anu
[mirror/dsa-puppet.git] / modules / xinetd / templates / service.erb
index 0d89e8f..c969b33 100644 (file)
@@ -1,4 +1,9 @@
-service <%= scope.lookupvar('services') %>
+##
+## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
+## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
+##
+
+service <%= scope.lookupvar('service') %>
 {
 <%- if scope.lookupvar('bind') != '' -%>
        bind            = <%= scope.lookupvar('bind') %>