feat: Add genesis module

This commit is contained in:
christiangoeschel 2025-03-26 20:34:04 -04:00
parent 28743ce725
commit 3af9e4d90f
Signed by: christiangoeschel
GPG Key ID: 9C5DF8B5AF67BFB2
2 changed files with 5 additions and 0 deletions

View File

@ -3,3 +3,7 @@ moduledir 'ext_modules'
mod 'puppet_module',
:git => 'https://gitea.christiangoeschel.com/christiangoeschel/puppet-module',
:branch => 'production'
mod 'genesis',
:git => 'https://gitea.christiangoeschel.com/christiangoeschel/genesis-puppet-module',
:branch => 'main'

View File

@ -1,4 +1,5 @@
node default {
include configs
include puppet_module
include genesis
}