deploying DKIM to eggplant

This commit is contained in:
Kohsuke Kawaguchi 2013-11-17 08:59:34 -08:00
parent 1193ef3ac7
commit cf691c0ead
2 changed files with 6 additions and 6 deletions

View File

@ -8,6 +8,9 @@ node default {
include jenkins-ci_org
include updates_jenkins-ci_org
include exim4-config::selfrouting
exim4-config::dkim {'cucumber': ; }
class {
'postgres' :
version => '8.4';
@ -152,12 +155,6 @@ node default {
port => 47278,
action => 'accept';
}
include exim4-config::selfrouting
exim4-config::dkim {
'cucumber':
;
}
}
Exec {
path => [ '/bin/', '/sbin/' , '/usr/bin/', '/usr/sbin/' ]

View File

@ -9,6 +9,9 @@ node default {
include confluence
include confluence-cache
include exim4-config::osuoslrelay
exim4-config::dkim {'eggplant': ; }
firewall {
'100 accept inbound HTTP requests' :
proto => 'tcp',