diff options
author | varac <varacanero@zeromail.org> | 2015-08-14 12:09:55 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2015-08-14 12:09:55 +0200 |
commit | 2f4eb46acfa6c29aeb19297b3c7fe803adccf069 (patch) | |
tree | cdde022c2a9ef73228f9bc7707d12f8f252bdb09 | |
parent | ef36071860a87c41cc3f930bedf4a6f6efc8cab5 (diff) | |
download | puppet-postfix-2f4eb46acfa6c29aeb19297b3c7fe803adccf069.tar.gz puppet-postfix-2f4eb46acfa6c29aeb19297b3c7fe803adccf069.tar.bz2 |
documented facter version issue for wheezy hosts in README.md
-rw-r--r-- | README.md | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -1,4 +1,5 @@ -= Postfix Puppet module +Postfix Puppet module +===================== This module will help install and configure postfix. @@ -11,9 +12,19 @@ This module needs: !! Upgrade Notice (01/2013) !! This module now uses parameterized classes, where it used global variables -before. So please whatch out before pulling, you need to change the +before. So please whatch out before pulling, you need to change the class declarations in your manifest ! +Issues +------ + +- Debian wheezy hosts (or below): If you get this error msg: + + "Could not find template 'postfix/master.cf.debian-.erb' at /ssrv/leap/puppet/modules/postfix/manifests/init.pp:158 on node rew07plain1.rewire.org" + + you need to use the facter package from wheezy-backports instead of the wheezy one. See https://gitlab.com/shared-puppet-modules-group/postfix/merge_requests/6#note_1892207 for more details. + + Deprecation notice ------------------ |