Mastodon Mastodon - Puppet spec fixtures
 logo
  • Home 
  • Tags 
  • Blog posts 
  1. Home
  2. Blog posts
  3. Puppet spec fixtures

Puppet spec fixtures

Posted on July 28, 2015  (Last modified on March 9, 2022) • 1 min read • 34 words
Puppet   Testing  
Puppet   Testing  
Share via
Link copied to clipboard

That’s how you specify branches in puppetlabs’ spec_helper fixtures.yml:

fixtures:
  forge_modules:
    stdlib:
      repo: "puppetlabs/stdlib"
      ref: "4.6.0"
  symlinks:
    mapr_helpers: "#{source_dir}"
  repositories:
    mapr:
      repo: "http://myurl/puppet-mapr.git"
      # this is a branch. stolen from: don't remember.
      ref: 'remotes/origin/ab/devel'
 Git rebase interactive with very first commit visible
Docker, http and TLS 
In case you want to follow me

Here are some links. The further to the right, the less active.

           
(c) Axel Bock | Powered by Hinode.
Code copied to clipboard