fix: Fix environment.conf

This commit is contained in:
christiangoeschel 2025-03-26 19:49:08 -04:00
parent c0f2bdb5a0
commit d48087a6cb
Signed by: christiangoeschel
GPG Key ID: 9C5DF8B5AF67BFB2
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
moduledir 'ext_modules'
mod 'puppet_module',
:git => 'https://gitea.christiangoeschel.com/christiangoeschel/puppet-module'
:branch => 'production'

View File

@ -10,7 +10,7 @@
# Allowed settings and default values:
# modulepath = ./modules:$basemodulepath
modulepath = ./modules:./ext_modules:$basemodulepath
# manifest = (default_manifest from puppet.conf, which defaults to ./manifests)
# config_version = (no script; Puppet will use the time the catalog was compiled)
# environment_timeout = (environment_timeout from puppet.conf, which defaults to 0)