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

Commit

Permalink
disable Modulefile dep on camptocamp/openssl
Browse files Browse the repository at this point in the history
Due to a dep on stdlib = 0.0.1:

    voxpupuli/puppet-openssl#22
  • Loading branch information
Joshua Hoblitt committed Feb 11, 2014
1 parent 58cf67d commit 5e74b6c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Modulefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ author 'Joshua Hoblitt <jhoblitt@cpan.org>'
license 'Apache'
project_page 'https://github.com/jhoblitt/puppet-nsstools'
source 'git://github.com/jhoblitt/puppet-nsstools.git'
summary 'Manages NSS X.509 certificate databases.'
description 'Manages NSS X.509 certificate databases.'
summary 'Manages NSS certificate databases'
description 'Manages NSS certificate databases'

dependency 'puppetlabs/stdlib', '>= 4.0.0'
dependency 'camptocamp/openssl', '>= 0.1.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'

0 comments on commit 5e74b6c

Please sign in to comment.