feat: prepare for dovecot deployment
All checks were successful
Build / precommit (pull_request) Successful in 4m46s
All checks were successful
Build / precommit (pull_request) Successful in 4m46s
- add dovecot role - import dovecot module via r10k
This commit is contained in:
parent
e129d1cf7a
commit
d150dfe053
@ -60,6 +60,7 @@ mod 'rehan-mkdir', '2.0.0'
|
|||||||
mod 'tailoredautomation-patroni', '2.0.0'
|
mod 'tailoredautomation-patroni', '2.0.0'
|
||||||
mod 'ssm-crypto_policies', '0.3.3'
|
mod 'ssm-crypto_policies', '0.3.3'
|
||||||
mod 'thias-sysctl', '1.0.8'
|
mod 'thias-sysctl', '1.0.8'
|
||||||
|
mod 'cirrax-dovecot', '1.3.3'
|
||||||
|
|
||||||
mod 'bind',
|
mod 'bind',
|
||||||
:git => 'https://git.service.au-syd1.consul/unkinben/puppet-bind.git',
|
:git => 'https://git.service.au-syd1.consul/unkinben/puppet-bind.git',
|
||||||
|
|||||||
10
site/roles/manifests/infra/mail/backend.pp
Normal file
10
site/roles/manifests/infra/mail/backend.pp
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
# a role to deploy a imap/pop3 backend for mail services
|
||||||
|
class roles::infra::mail::backend {
|
||||||
|
if $facts['firstrun'] {
|
||||||
|
include profiles::defaults
|
||||||
|
include profiles::firstrun::init
|
||||||
|
}else{
|
||||||
|
include profiles::defaults
|
||||||
|
include profiles::base
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user