Adding a default environment

- set through puppet.conf
  - created symbolic link from develop -> production in code/environments
  - changed puppet-g10k script to be generated from a template
  - parameterised g10k into hieradata
This commit is contained in:
2023-08-26 14:28:41 +10:00
parent c1ddb00cbb
commit efc769191e
6 changed files with 43 additions and 23 deletions
@@ -15,3 +15,5 @@ server = <%= $server %>
node_terminus = exec
external_nodes = <%= $external_nodes %>
autosign = <%= $autosign %>
default_manifest = <%= $default_manifest %>
default_environment = <%= $default_environment %>