Skip to content
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.

Commit

Permalink
add stdlib to .fixtures.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Hoblitt committed Jan 14, 2014
1 parent ca21742 commit 2145c2b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .fixtures.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
fixtures:
repositories:
'stdlib':
repo: 'git://github.com/puppetlabs/puppetlabs-stdlib.git'
ref: '3.0.0'
symlinks:
nssdb: "#{source_dir}"
nssdb: "#{source_dir}"
2 changes: 1 addition & 1 deletion Modulefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ summary 'NSS database Puppet Module'
description 'This module manages NSS databases.'
project_page 'https://github.com/rcritten/puppet-nssdb'

dependency 'puppetlabs/stdlib', '>= 0.0.1'
dependency 'puppetlabs/stdlib', '>= 3.0.0'

0 comments on commit 2145c2b

Please sign in to comment.