Commit graph

117 commits

Author SHA1 Message Date
varac
969076a813 join case statements in init.pp 2015-12-01 16:27:41 +01:00
varac
f4201357e5 [refactor] Dont use case statement in resource def 2015-12-01 16:26:44 +01:00
varac
1eea47c2f6 linted init.pp 2015-12-01 14:44:38 +01:00
varac
6751268f0f [deprec] Use @ in front of erb tags in debian master.cf
Puppet 3 now throws a deprecation warning about this.
2015-12-01 10:58:44 +01:00
elijah
58c687dcaa make default value for alias_maps optional 2015-09-09 10:03:45 -04:00
varac
2f4eb46acf documented facter version issue for wheezy hosts in README.md 2015-08-14 12:09:55 +02:00
varac
ef36071860 renamed README -> README.md 2015-08-14 12:00:20 +02:00
Micah Anderson
1fe24e63dc Add GPLv3 license 2015-04-17 11:21:31 -04:00
Jerome Charaoui
bf977c9b76 Merge branch 'fix_satellite_class' into 'master'
Fix satellite class

See merge request !5
2015-03-17 15:26:27 +00:00
Gabriel Filion
34d35a25b8 Merge branch 'smtp_auth' 2015-03-11 18:52:30 -04:00
Gabriel Filion
3c89b7deac small typo in smtp_auth example 2015-03-11 18:51:41 -04:00
Gabriel Filion
2021023f31 lint smtp_auth (spacing style) 2015-03-08 12:47:31 -04:00
Gabriel Filion
c4b0de71fe fix smtp_auth requirements in comment
last commit moved requirement from the common module to puppetlab's
stdlib
2015-03-08 12:46:44 -04:00
varac
5d25ec9d1e fix postfix::satellite class
i got this error using postfix:📡

  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-05 09:23:57 +01:00
varac
06a63a98fc use stdlib file_line instead of deprecated line from common module 2015-03-05 09:09:00 +01:00
varac
316dedeb14 linted smtp_auth.pp 2015-03-04 09:24:55 +01:00
varac
49f1024e16 added smtp_auth.pp 2015-03-04 09:18:37 +01:00
Jerome Charaoui
093b770116 Merge branch 'fix-module_dir-usage' into 'master'
Fix module_dir usage

Change "module_dir" definitions to "common::module_dir".

See merge request !2
2015-03-02 15:34:34 +00:00
intrigeri
a61349e001 Fix usage of the common::module_dir. 2015-02-28 12:09:37 +00:00
Micah
877134184b Merge branch 'master' into 'master'
Merge with cmaisonnneuve and immerda

This version should be compatible with the cleaned up common module.

See merge request !1
2015-02-20 22:26:45 +00:00
Jerome Charaoui
3d3e096d8d lint templates/master.cf.debian-8.erb 2015-02-20 17:22:38 -05:00
Jerome Charaoui
538debac1f fix module dependency comment in transport and virtual 2015-02-20 17:16:08 -05:00
Jerome Charaoui
5de06f5dcd rename jessie master.cf template to use version integer 2015-02-20 17:09:44 -05:00
Jerome Charaoui
b8b5af597e Merge branch 'master' of https://git-ipuppet.immerda.ch/module-postfix 2015-02-20 17:07:31 -05:00
Jerome Charaoui
6e051c3b85 convert to file resources to stdlib's file_line 2015-02-20 17:06:47 -05:00
Jerome Charaoui
6afd9a84ee Add Debian jessie template, is unchanged from earlier version 2014-11-28 11:33:57 -05:00
mh
68a23f060f properly finish the lsb transition and remove very old templates 2014-07-09 23:17:24 +02:00
mh
f9068edca5 get rid off lsb facts 2014-07-09 23:14:42 +02:00
Gabriel Filion
a9ec67ca02 mention the url to the issue about the services' init script
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-20 16:21:06 -04:00
mh
39f1218960 debian's service provider has some issues if the script is absent, we can workaround this problem using the trick of this patch 2013-05-20 18:54:13 +02:00
Micah Anderson
8e43dc85da README: add note about the need to set a global Exec path (#3807) 2013-04-23 15:39:51 -04:00
Micah Anderson
33b29d4d27 README: add postfix::disable and fix section headers 2013-04-23 15:27:13 -04:00
mh
04e63d3abc setting package correctly to absent 2013-04-23 15:25:11 -04:00
mh
ccb7492f8b add disable class 2013-04-23 15:25:04 -04:00
Micah Anderson
4ee607c219 Update README to be more fully fleshed out 2013-04-23 15:17:57 -04:00
Silvio Rhatto
5f55183299 Syntax fix 2013-04-13 13:11:50 -03:00
Silvio Rhatto
5bae026d34 Switching to site_postfix convention 2013-01-27 15:40:56 -02:00
Silvio Rhatto
4498548534 Fixing missing delimiter 2013-01-25 14:05:35 -02:00
Silvio Rhatto
8b78b15e57 Switching to parametrized classes 2013-01-25 14:03:24 -02:00
Silvio Rhatto
5e806b99e2 Removing path from postfix::config 2013-01-21 19:19:05 -02:00
Silvio Rhatto
56bac37c33 Updating header_checks_snippet to use concat 2013-01-21 19:08:06 -02:00
Silvio Rhatto
7cc8c05c57 Merge branch 'master' of ssh://labs.riseup.net/shared-postfix
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
2013-01-21 18:25:46 -02:00
intrigeri
881a59ac62 Move external class inclusion after sanity checks. 2012-12-30 16:06:30 +01:00
intrigeri
da8b03fcb0 Remove useless copy/pasted check.
This define has no $value parameter,
so this check does not make any sense.
2012-12-30 16:06:30 +01:00
intrigeri
fa6c3e659d Fix wrong define and directory name in documentation. 2012-12-30 16:06:30 +01:00
intrigeri
985ec1fe0a Use the concat module instead of the concatenated_file defined (Closes: #4074) 2012-12-30 16:06:30 +01:00
Silvio Rhatto
74b5b00bbd Setting postfix_use_submission (2) 2012-12-21 18:11:25 -02:00
Silvio Rhatto
0668aee2fa Setting postfix_use_submission 2012-12-21 18:01:20 -02:00
Silvio Rhatto
87e0a2b398 Adding postfix_use_smtps parameter 2012-12-21 17:44:13 -02:00
Silvio Rhatto
bc0d56603e Add path to postfix::config exec command to avoid failure (#3807) 2012-04-12 22:42:28 -03:00