Skip to content

Commit

Permalink
doc dependency on an unreleased version of stdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Hoblitt committed Sep 22, 2013
1 parent b3310d8 commit 4b25bd6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .fixtures.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
fixtures:
repositories:
"stdlib": "git://github.com/puppetlabs/puppetlabs-stdlib.git"
"stdlib":
repo: "git://github.com/puppetlabs/puppetlabs-stdlib.git"
ref: "f496005bf3db8a5202bf9c16daf9a524b178c67a"
symlinks:
"pureftpd": "#{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 @@ project_page 'https://github.com/jhoblitt/puppet-pureftpd'
source 'https://github.com/jhoblitt/puppet-pureftpd.git'
summary 'Manages the pure-ftpd package with comprehensive configuration support'
description 'Manages the pure-ftpd package with comprehensive configuration support'
dependency 'puppetlabs/stdlib', '>= 4.1.0'
dependency 'puppetlabs/stdlib', '> 4.1.0'
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,14 @@ that have been introduced in subsequent releases. Any configuration values
present in a stable `pure-ftpd` release but not supported by this module should
be considered a bug.

### `stdlib`

This module is dependent upon this patch to the [`merge`
function](https://github.com/puppetlabs/puppetlabs-stdlib/commit/f496005bf3db8a5202bf9c16daf9a524b178c67a)
in `stdlib`, which as of 2013-09-22 is not part of a stable `stdlib` release.
The present latest version is `4.1.0` and presumably the required patch will be
part of a `4.1.1` or `4.2.0` release.

### Tested Platforms

* el6.x
Expand Down

0 comments on commit 4b25bd6

Please sign in to comment.