feat: adding base packagerepo role

- create roles::infra::packagerepo
- bump enc version
This commit is contained in:
2023-11-05 17:45:13 +11:00
parent a81dec41d2
commit 1d1541419a
2 changed files with 7 additions and 1 deletions
@@ -0,0 +1,6 @@
# a role to deploy a packagerepo
class roles::infra::packagerepo {
include profiles::defaults
include profiles::base
include profiles::base::datavol
}