Browse Source

metadata: added conf.d/10-tcpwrapper.conf attributes

Xabier de Zuazo 11 years ago
parent
commit
2085d98ec3
2 changed files with 12 additions and 1 deletions
  1. 1 1
      attributes/conf-10-tcpwrapper.rb
  2. 11 0
      metadata.rb

+ 1 - 1
attributes/conf-15-tcpwrapper.rb → attributes/conf-10-tcpwrapper.rb

@@ -1,5 +1,5 @@
 
-# conf.d/15-tcpwrapper.conf
+# conf.d/10-tcpwrapper.conf
 
 default['dovecot']['conf']['login_access_sockets'] = nil
 

+ 11 - 0
metadata.rb

@@ -959,6 +959,17 @@ attribute 'dovecot/ssl_cipher_list',
   :required => 'optional',
   :default => 'nil'
 
+#
+# conf.d/10-tcpwrapper.conf
+#
+
+attribute 'dovecot/login_access_sockets',
+  :display_name => 'login access sockets',
+  :description => 'login access sockets',
+  :type => 'string',
+  :required => 'optional',
+  :default => 'nil'
+
 #
 # conf.d/15-lda.conf
 #