summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-11Linting, puppet4HEADmasterkwadronaut
2018-12-11Merge remote-tracking branch 'shared/master'kwadronaut
Include upstream minor fixes, get rid of wheezy workaround
2018-12-10Merge branch 'master' into 'master'LeLutin
small bugfixes See merge request shared-puppet-modules-group/postfix!21
2018-12-10small bugfixesgroente
2018-11-06Merge remote-tracking branch 'shared/master'kwadronaut
2018-06-19Remove obsolete ensure parameter for concat::fragment.intrigeri
Recent versions of the concat module error out when one passes an ensure parameter.
2018-01-12Merge branch '13-dovecot-stretch' into 'master'LeLutin
Adujst master.cf template for Debian Stretch: support Dovecot 2.x. Closes #13 See merge request shared-puppet-modules-group/postfix!17
2018-01-08Merge branch 'config_ensure' into 'master'intrigeri
implement ensure absent for postfix::config See merge request shared-puppet-modules-group/postfix!16
2018-01-08master.cf: on Debian Stretch that ships dovecot 2.x, don't pass obsolete -n, ↵intrigeri
but instead -a "${recipient}" (#13) Same as commit 3ee64eb, applied to the debian-9 template.
2017-04-03Merge remote-tracking branch 'shared/master' into leap_mastervarac
2017-03-10implement ensure absent for postfix::configGabriel Filion
This does not have a special case for "non-standard" settings, since I don't know whether it is needed or not.
2017-02-24Merge branch 'bugfix/13-dovecot-lda-v2' into 'master' Micah
master.cf: on Debian distros that ship dovecot 2.x, don't pass obsolete -n, but … See merge request !14
2017-02-24Merge branch 'bugfix/12-testing-sid' into 'master' Micah
Add symlink to sid template where this module is looking for it (#12). See merge request !13
2017-02-24Merge branch 'support_concat_2.2.0' into 'master' Micah
Subscribe to the Concat resource instead of the File one. See merge request !15
2017-02-12Merge remote-tracking branch 'shared/master' into support_concat_2.2.0intrigeri
2017-01-23Merge branch 'bugfix/gitlab-3-resync-sid-template' into 'master' Micah
Resync sid template Closes #3 See merge request !7
2017-01-21Fork sid template for Stretch.intrigeri
2017-01-21Merge remote-tracking branch 'shared/master' into ↵intrigeri
bugfix/gitlab-3-resync-sid-template
2016-09-22Subscribe to the Concat resource instead of the File one.intrigeri
This is needed with recent versions of the concat module.
2016-03-15master.cf: on Debian distros that ship dovecot 2.x, don't pass obsolete -n, ↵intrigeri
but instead -a "${recipient}" (#13).
2016-03-15Add symlink to sid template where this module is looking for it (#12).intrigeri
Fixes this regression brought by dropping lsb facts: Could not find template 'postfix/master.cf.debian-stretch/sid.erb'
2016-02-23[bug] Remove leading tabs from master.cfvarac
2016-01-27adding basic postscreen functionality for debian #2303kwadronaut
2015-12-01[bug] Don't use $operatingsystemmajreleasevarac
This fact is not available under the default debian wheezy facter version.
2015-12-01[bug] Remove dupl. decl. of postfix packagevarac
2015-12-01Merge remote-tracking branch 'shared/master' into leap_mastervarac
2015-12-01join case statements in init.ppvarac
2015-12-01[refactor] Dont use case statement in resource defvarac
2015-12-01linted init.ppvarac
2015-12-01Merge remote-tracking branch 'shared/master' into leap_mastervarac
2015-12-01[deprec] Use @ in front of erb tags in debian master.cfvarac
Puppet 3 now throws a deprecation warning about this.
2015-09-09make default value for alias_maps optionalelijah
2015-08-21make default value for alias_maps optionalelijah
2015-08-14documented facter version issue for wheezy hosts in README.mdvarac
2015-08-14renamed README -> README.mdvarac
2015-07-18Debian sid's master.cf: merge custom dovecot/deliver options from the Jessie ↵intrigeri
template. These changes were introduced in other templates in commit 6a44990, let's propagate them to the sid template.
2015-07-18Resync' the sid master.cf template with current Debian one.intrigeri
Updated on 2015-07-18, postfix 2.11.3-1.
2015-05-06use lsbmajdistrelease fact instead of operatingsystemmajrelease because ↵varac
wheezy version of facter doesn't support the latter
2015-05-06Merge branch 'master' into leapMicah Anderson
Conflicts: manifests/satellite.pp
2015-04-17Add GPLv3 licenseMicah Anderson
2015-03-17Merge branch 'fix_satellite_class' into 'master'Jerome Charaoui
Fix satellite class See merge request !5
2015-03-11Merge branch 'smtp_auth'Gabriel Filion
2015-03-11small typo in smtp_auth exampleGabriel Filion
2015-03-08lint smtp_auth (spacing style)Gabriel Filion
2015-03-08fix smtp_auth requirements in commentGabriel Filion
last commit moved requirement from the common module to puppetlab's stdlib
2015-03-05fix postfix::satellite classvarac
i got this error using postfix::satellite: Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Cannot reassign variable valid_fqdn at /etc/puppet/modules/postfix/manifests/satellite.pp:32 … reassigning a variable within a given scope doesn't work in puppet see https://docs.puppetlabs.com/puppet/latest/reference/lang_variables.html#no-reassignment i still think overriding $::fqdn is not a good idea, but for now, i just want to get this class working again.
2015-03-05use stdlib file_line instead of deprecated line from common modulevarac
2015-03-04linted smtp_auth.ppvarac
2015-03-04added smtp_auth.ppvarac
2015-03-02Merge branch 'fix-module_dir-usage' into 'master'Jerome Charaoui
Fix module_dir usage Change "module_dir" definitions to "common::module_dir". See merge request !2