Skip to content

Commit 9797146

Browse files
author
Ashley Penney
committed
Allow more than one python::requirements to be used.
1 parent 11666f9 commit 9797146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/requirements.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
}
4040

4141
$req_dir = inline_template('<%= requirements.match(%r!(.+)/.+!)[1] %>')
42-
$req_crc = "${req_dir}/requirements.sha1"
42+
$req_crc = "${req_dir}/$requirements.sha1"
4343

4444
file { $requirements:
4545
ensure => present,

0 commit comments

Comments
 (0)