feat: Add genesis module
This commit is contained in:
parent
28743ce725
commit
3af9e4d90f
@ -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'
|
||||
|
@ -1,4 +1,5 @@
|
||||
node default {
|
||||
include configs
|
||||
include puppet_module
|
||||
include genesis
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user