search for: puppet_dev_modules

Displaying 1 result from an estimated 1 matches for "puppet_dev_modules".

2007 Sep 24
3
conceptual problem deploying git repos to a puppetmaster
...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 can control what goes into what env. So I was thinking I would have this: git::repo { $puppet_dev_modules: src => "${gitserver}", dst => "${puppetdir}/modules/dev", branch => "dev", use_names => true, } where: $puppet_dev_modules = [ ''ssh'', ''apache'&...