- add edge-caching role - add mirror for debian, almalinux and epel repositories - export service as edgecache in consul
8 lines
199 B
Puppet
8 lines
199 B
Puppet
# a role to deploy an edgecache
|
|
class roles::infra::storage::edgecache {
|
|
include profiles::defaults
|
|
include profiles::base
|
|
include profiles::base::datavol
|
|
include profiles::edgecache::init
|
|
}
|