Loading README.md +18 −0 Original line number Diff line number Diff line Loading @@ -14,9 +14,27 @@ This module requires Augeas. ## Classes ### postfix The top-level class, to install and configure Postfix. ## Definitions ### postfix::config Add/alter/remove options in Postfix main configuration file (main.cf) ### postfix::hash Creates Postfix hashed "map" files, and build the corresponding db file. ### postfix::transport Manages content in the transport map. ### postfix::virtual Manages content in the virtual map. ## Contributing Loading manifests/config.pp +3 −1 Original line number Diff line number Diff line # # == Definition: postfix::config # # Uses the "postconf" command to add/alter/remove options in postfix main # Uses Augeas to add/alter/remove options in postfix main # configuation file (/etc/postfix/main.cf). # # TODO: make this a type with an Augeas and a postconf providers. # # === Parameters # # [*name*] - name of the parameter. Loading Loading
README.md +18 −0 Original line number Diff line number Diff line Loading @@ -14,9 +14,27 @@ This module requires Augeas. ## Classes ### postfix The top-level class, to install and configure Postfix. ## Definitions ### postfix::config Add/alter/remove options in Postfix main configuration file (main.cf) ### postfix::hash Creates Postfix hashed "map" files, and build the corresponding db file. ### postfix::transport Manages content in the transport map. ### postfix::virtual Manages content in the virtual map. ## Contributing Loading
manifests/config.pp +3 −1 Original line number Diff line number Diff line # # == Definition: postfix::config # # Uses the "postconf" command to add/alter/remove options in postfix main # Uses Augeas to add/alter/remove options in postfix main # configuation file (/etc/postfix/main.cf). # # TODO: make this a type with an Augeas and a postconf providers. # # === Parameters # # [*name*] - name of the parameter. Loading