feat: add mail::gateway role
All checks were successful
Build / precommit (pull_request) Successful in 5m12s
All checks were successful
Build / precommit (pull_request) Successful in 5m12s
- add a mail::gateway role, more to add later - enables the build of hosts in this role immedately (config later)
This commit is contained in:
parent
e95a59b88a
commit
9610063d75
10
site/roles/manifests/infra/mail/gateway.pp
Normal file
10
site/roles/manifests/infra/mail/gateway.pp
Normal file
@ -0,0 +1,10 @@
|
||||
# a role to deploy a dmz mx gateway for mail services
|
||||
class roles::infra::mail::gateway {
|
||||
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