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

Commit

Permalink
[re]add dep on camptocamp/openssl >= 0.2.0
Browse files Browse the repository at this point in the history
The 0.2.0 release of camptocamp/openssl fixes the problem 0.1.0 had
with a fixed dep on stdlib = 0.0.1.  It's now safe to declare a dep on
that module without breaking dep resolution.

    voxpupuli/puppet-openssl#22
  • Loading branch information
Joshua Hoblitt committed Mar 3, 2014
1 parent eba140d commit 05d081a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Modulefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,4 @@ summary 'Manages NSS certificate databases'
description 'Manages NSS certificate databases'

dependency 'puppetlabs/stdlib', '>= 4.0.0'
# XXX camptocamp/openssl 0.1.0 has a dep on stdlib = 0.0.1
# https://github.com/camptocamp/puppet-openssl/issues/22
#dependency 'camptocamp/openssl', '>= 0.1.0'
dependency 'camptocamp/openssl', '>= 0.2.0'

0 comments on commit 05d081a

Please sign in to comment.