Displaying 1 result from an estimated 1 matches for "multienvironment".
2007 Sep 24
3
conceptual problem deploying git repos to a puppetmaster
...ting
out all my modules
This works great, no problems, in my yaml I can define a list of modules
that should be cloned on the puppet server in the appropriate directory.
myproblem comes in that my puppetserver (at least 1 of them) will be the
master for multiple environments. In keeping with the multienvironment wiki
node, each of my modules is a git repo and has mutliple branches for each
env (development, testing, etc)
So on the puppetmaster I need to checkout the default module set, then all
the modules that may have various branches. Right now I''m going with an
explicit list of modules so I...