I am having a module 'consul' which depends on module 'addrepo' in order to work. Both of these modules are in git repositories.
How do i make beaker tests successful by include module's dependencies - all the examples from puppetlabs that I've seen have depedency modules pulled from puppet forge only. Is it not possible to include git modules as dependencies? I tried rsync_to and few other suggestions which were part of BKR issues in JIRA but nothing seem to be working.
Please provide examples if you have a module code with git module dependencies.
Many thanks in advance!
↧