Browse Source

Added "Generated by Chef" message to the templates

Xabier de Zuazo 11 years ago
parent
commit
7c7e2d7ddb
29 changed files with 58 additions and 0 deletions
  1. 2 0
      templates/default/conf.d/10-auth.conf.erb
  2. 2 0
      templates/default/conf.d/10-director.conf.erb
  3. 2 0
      templates/default/conf.d/10-logging.conf.erb
  4. 2 0
      templates/default/conf.d/10-mail.conf.erb
  5. 2 0
      templates/default/conf.d/10-master.conf.erb
  6. 2 0
      templates/default/conf.d/10-ssl.conf.erb
  7. 2 0
      templates/default/conf.d/15-lda.conf.erb
  8. 2 0
      templates/default/conf.d/20-imap.conf.erb
  9. 2 0
      templates/default/conf.d/20-lmtp.conf.erb
  10. 2 0
      templates/default/conf.d/20-managesieve.conf.erb
  11. 2 0
      templates/default/conf.d/20-pop3.conf.erb
  12. 2 0
      templates/default/conf.d/90-acl.conf.erb
  13. 2 0
      templates/default/conf.d/90-plugin.conf.erb
  14. 2 0
      templates/default/conf.d/90-quota.conf.erb
  15. 2 0
      templates/default/conf.d/90-sieve.conf.erb
  16. 2 0
      templates/default/conf.d/auth-checkpassword.conf.ext.erb
  17. 2 0
      templates/default/conf.d/auth-deny.conf.ext.erb
  18. 2 0
      templates/default/conf.d/auth-ldap.conf.ext.erb
  19. 2 0
      templates/default/conf.d/auth-master.conf.ext.erb
  20. 2 0
      templates/default/conf.d/auth-passwdfile.conf.ext.erb
  21. 2 0
      templates/default/conf.d/auth-sql.conf.ext.erb
  22. 2 0
      templates/default/conf.d/auth-static.conf.ext.erb
  23. 2 0
      templates/default/conf.d/auth-system.conf.ext.erb
  24. 2 0
      templates/default/conf.d/auth-vpopmail.conf.ext.erb
  25. 2 0
      templates/default/dovecot-db.conf.ext.erb
  26. 2 0
      templates/default/dovecot-dict-sql.conf.ext.erb
  27. 2 0
      templates/default/dovecot-ldap.conf.ext.erb
  28. 2 0
      templates/default/dovecot-sql.conf.ext.erb
  29. 2 0
      templates/default/dovecot.conf.erb

+ 2 - 0
templates/default/conf.d/10-auth.conf.erb

@@ -1,3 +1,5 @@
+# Generated by Chef
+
 ##
 ## Authentication processes
 ##

+ 2 - 0
templates/default/conf.d/10-director.conf.erb

@@ -1,3 +1,5 @@
+# Generated by Chef
+
 ##
 ## Director-specific settings.
 ##

+ 2 - 0
templates/default/conf.d/10-logging.conf.erb

@@ -1,3 +1,5 @@
+# Generated by Chef
+
 ##
 ## Log destination.
 ##

+ 2 - 0
templates/default/conf.d/10-mail.conf.erb

@@ -1,3 +1,5 @@
+# Generated by Chef
+
 ##
 ## Mailbox locations and namespaces
 ##

+ 2 - 0
templates/default/conf.d/10-master.conf.erb

@@ -1,3 +1,5 @@
+# Generated by Chef
+
 <%= Dovecot::Conf.attribute(@conf, 'default_process_limit', 100) %>
 <%= Dovecot::Conf.attribute(@conf, 'default_client_limit', 1000) %>
 

+ 2 - 0
templates/default/conf.d/10-ssl.conf.erb

@@ -1,3 +1,5 @@
+# Generated by Chef
+
 ##
 ## SSL settings
 ##

+ 2 - 0
templates/default/conf.d/15-lda.conf.erb

@@ -1,3 +1,5 @@
+# Generated by Chef
+
 ##
 ## LDA specific settings (also used by LMTP)
 ##

+ 2 - 0
templates/default/conf.d/20-imap.conf.erb

@@ -1,3 +1,5 @@
+# Generated by Chef
+
 ##
 ## IMAP specific settings
 ##

+ 2 - 0
templates/default/conf.d/20-lmtp.conf.erb

@@ -1,3 +1,5 @@
+# Generated by Chef
+
 ##
 ## LMTP specific settings
 ##

+ 2 - 0
templates/default/conf.d/20-managesieve.conf.erb

@@ -1,3 +1,5 @@
+# Generated by Chef
+
 ##
 ## ManageSieve specific settings
 ##

+ 2 - 0
templates/default/conf.d/20-pop3.conf.erb

@@ -1,3 +1,5 @@
+# Generated by Chef
+
 ##
 ## POP3 specific settings
 ##

+ 2 - 0
templates/default/conf.d/90-acl.conf.erb

@@ -1,3 +1,5 @@
+# Generated by Chef
+
 ##
 ## Mailbox access control lists.
 ##

+ 2 - 0
templates/default/conf.d/90-plugin.conf.erb

@@ -1,3 +1,5 @@
+# Generated by Chef
+
 ##
 ## Plugin settings
 ##

+ 2 - 0
templates/default/conf.d/90-quota.conf.erb

@@ -1,3 +1,5 @@
+# Generated by Chef
+
 ##
 ## Quota configuration.
 ##

+ 2 - 0
templates/default/conf.d/90-sieve.conf.erb

@@ -1,3 +1,5 @@
+# Generated by Chef
+
 ##
 ## Settings for the Sieve interpreter
 ## 

+ 2 - 0
templates/default/conf.d/auth-checkpassword.conf.ext.erb

@@ -1,3 +1,5 @@
+# Generated by Chef
+
 # Authentication for checkpassword users. Included from auth.conf.
 #
 # <doc/wiki/AuthDatabase.CheckPassword.txt>

+ 2 - 0
templates/default/conf.d/auth-deny.conf.ext.erb

@@ -1,3 +1,5 @@
+# Generated by Chef
+
 # Deny access for users. Included from auth.conf.
 
 # Users can be (temporarily) disabled by adding a passdb with deny=yes.

+ 2 - 0
templates/default/conf.d/auth-ldap.conf.ext.erb

@@ -1,3 +1,5 @@
+# Generated by Chef
+
 # Authentication for LDAP users. Included from auth.conf.
 #
 # <doc/wiki/AuthDatabase.LDAP.txt>

+ 2 - 0
templates/default/conf.d/auth-master.conf.ext.erb

@@ -1,3 +1,5 @@
+# Generated by Chef
+
 # Authentication for master users. Included from auth.conf.
 
 # By adding master=yes setting inside a passdb you make the passdb a list

+ 2 - 0
templates/default/conf.d/auth-passwdfile.conf.ext.erb

@@ -1,3 +1,5 @@
+# Generated by Chef
+
 # Authentication for passwd-file users. Included from auth.conf.
 #
 # passwd-like file with specified location.

+ 2 - 0
templates/default/conf.d/auth-sql.conf.ext.erb

@@ -1,3 +1,5 @@
+# Generated by Chef
+
 # Authentication for SQL users. Included from auth.conf.
 #
 # <doc/wiki/AuthDatabase.SQL.txt>

+ 2 - 0
templates/default/conf.d/auth-static.conf.ext.erb

@@ -1,3 +1,5 @@
+# Generated by Chef
+
 # Static passdb. Included from auth.conf.
 
 # This can be used for situations where Dovecot doesn't need to verify the

+ 2 - 0
templates/default/conf.d/auth-system.conf.ext.erb

@@ -1,3 +1,5 @@
+# Generated by Chef
+
 # Authentication for system users. Included from auth.conf.
 #
 # <doc/wiki/PasswordDatabase.txt>

+ 2 - 0
templates/default/conf.d/auth-vpopmail.conf.ext.erb

@@ -1,3 +1,5 @@
+# Generated by Chef
+
 # Authentication for vpopmail users. Included from auth.conf.
 #
 # <doc/wiki/AuthDatabase.VPopMail.txt>

+ 2 - 0
templates/default/dovecot-db.conf.ext.erb

@@ -1,3 +1,5 @@
+# Generated by Chef
+
 # Example DB_CONFIG for Berkeley DB. Typically dict_db_config setting is used
 # to point to this file.
 # http://www.oracle.com/technology/documentation/berkeley-db/db/ref/env/db_config.html

+ 2 - 0
templates/default/dovecot-dict-sql.conf.ext.erb

@@ -1,3 +1,5 @@
+# Generated by Chef
+
 <% unless @conf['dict_sql']['connect'].nil? -%>
 connect = <%= Dovecot::Conf.value(@conf['dict_sql']['connect']) %>
 <% else -%>

+ 2 - 0
templates/default/dovecot-ldap.conf.ext.erb

@@ -1,3 +1,5 @@
+# Generated by Chef
+
 # This file is opened as root, so it should be owned by root and mode 0600.
 #
 # http://wiki2.dovecot.org/AuthDatabase/LDAP

+ 2 - 0
templates/default/dovecot-sql.conf.ext.erb

@@ -1,3 +1,5 @@
+# Generated by Chef
+
 # This file is opened as root, so it should be owned by root and mode 0600.
 #
 # http://wiki2.dovecot.org/AuthDatabase/SQL

+ 2 - 0
templates/default/dovecot.conf.erb

@@ -1,3 +1,5 @@
+# Generated by Chef
+
 ## Dovecot configuration file
 
 # If you're in a hurry, see http://wiki2.dovecot.org/QuickConfiguration