Skip to content

Commit cf0e5fe

Browse files
author
Aaron Russo
committed
update stdlib requirement to release 4.0.0
stdlib versions prior to 4.0.0 do not support passing booleans to str2bool and cause failures.
1 parent 9f1c7f0 commit cf0e5fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.fixtures.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ fixtures:
77
ref: "0.0.7"
88
"stdlib":
99
repo: "git://github.com/puppetlabs/puppetlabs-stdlib.git"
10-
ref: "2.6.0"
10+
ref: "4.0.0"

Modulefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ description "stunnel management module with support for multiple tunnels, init
55
scripts and both server/client tunnels"
66
project_page "https://github.com/arusso/puppet-stunnel"
77
license "MIT License"
8-
dependency 'puppetlabs/stdlib', '>= 2.6.0'
8+
dependency 'puppetlabs/stdlib', '>= 4.0.0'

0 commit comments

Comments
 (0)