Skip to content

Commit ebd231f

Browse files
author
Ashley Penney
committed
Remove the directory part so it can actually write the file.
1 parent 9797146 commit ebd231f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 = "${requirements}.sha1"
4343

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

0 commit comments

Comments
 (0)