README.md in librarian-puppet-0.9.2 vs README.md in librarian-puppet-0.9.3
- old
+ new
@@ -60,18 +60,18 @@
Our puppet infrastructure repository depends on the `apt` module from the
Puppet Labs GitHub repos and checks out the `master` branch.
mod "apt",
- :git => "git://github.com/puppetlabs/puppetlabs-apt.git"
+ :git => "git://github.com/puppetlabs/puppetlabs-apt.git",
:ref => '0.0.3'
Our puppet infrastructure repository depends on the `apt` module from the
Puppet Labs GitHub repos and checks out a tag of `0.0.3`.
mod "apt",
- :git => "git://github.com/puppetlabs/puppetlabs-apt.git"
+ :git => "git://github.com/puppetlabs/puppetlabs-apt.git",
:ref => 'feature/master/dans_refactor'
Our puppet infrastructure repository depends on the `apt` module from the
Puppet Labs GitHub repos and checks out the `dans_refactor` branch.
@@ -89,10 +89,10 @@
with many modules in it. If we need a module from such a repository, we can
use the `:path =>` option here to help Librarian-puppet drill down and find the
module subdirectory.
mod "apt",
- :git => "git://github.com/fake/puppet-modules.git"
+ :git => "git://github.com/fake/puppet-modules.git",
:path => "modules/apt"
Our puppet infrastructure repository depends on the `apt` module, which we have
stored as a directory under our `puppet-modules` git repos.