summaryrefslogtreecommitdiff
path: root/manifests
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-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.
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.
2016-09-22Subscribe to the Concat resource instead of the File one.intrigeri
This is needed with recent versions of the concat module.
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-09-09make default value for alias_maps optionalelijah
2015-08-21make default value for alias_maps optionalelijah
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-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-02-28Fix usage of the common::module_dir.intrigeri
2015-02-20fix module dependency comment in transport and virtualJerome Charaoui
2015-02-20Merge branch 'master' of https://git-ipuppet.immerda.ch/module-postfixJerome Charaoui
2015-02-20convert to file resources to stdlib's file_lineJerome Charaoui
2014-07-09get rid off lsb factsmh
2013-10-21cannot reassign variable valid_fqdn (Bug #4125)varac
Omitting the parameter "valid_fqdn" for postfix::satellite won't work, even if the machine has a fqdn: Cannot reassign variable valid_fqdn at /srv/leap/puppet/modules/postfix/manifests/satellite.pp:32 this will fix it, it does: * make the string in /etc/mailname configurable, defaults to $::fqdn * postfix::satellite's parameter valid_fqdn is passed to class postfix's parameter "myorigin" and "mailname" see https://leap.se/code/issues/4125 for more information.
2013-08-29allow postfix installation to be preseeded (https://leap.se/code/issues/3584)varac
2013-05-20mention the url to the issue about the services' init scriptGabriel Filion
this way we can follow up on the situation, put pressure on the community to get this fixed, and remove our hack when it's fixed.
2013-05-20debian's service provider has some issues if the script is absent, we can ↵mh
workaround this problem using the trick of this patch
2013-04-23setting package correctly to absentmh
2013-04-23add disable classmh
2013-04-13Syntax fixSilvio Rhatto
2013-01-27Switching to site_postfix conventionSilvio Rhatto
2013-01-25Fixing missing delimiterSilvio Rhatto
2013-01-25Switching to parametrized classesSilvio Rhatto
2013-01-21Removing path from postfix::configSilvio Rhatto
2013-01-21Updating header_checks_snippet to use concatSilvio Rhatto
2013-01-21Merge branch 'master' of ssh://labs.riseup.net/shared-postfixSilvio Rhatto
Conflicts: manifests/definitions/header_checks_snippet.pp manifests/header_checks.pp manifests/header_checks_snippet.pp manifests/init.pp manifests/tlspolicy.pp manifests/virtual_regexp_snippet.pp
2012-12-30Move external class inclusion after sanity checks.intrigeri
2012-12-30Remove useless copy/pasted check.intrigeri
This define has no $value parameter, so this check does not make any sense.
2012-12-30Fix wrong define and directory name in documentation.intrigeri