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

Commit 38078f5

Browse files
roman-pomyanskiyantoineco
authored andcommitted
Ensure directory type on extracted archive data (#52)
1 parent 3c10b2b commit 38078f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manifests/install/targz.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
# fix permissions
2323
file { "${oracle_java::install_path}/${oracle_java::longversion}":
24+
ensure => directory,
2425
recurse => true,
2526
owner => 'root',
2627
group => 'root',

0 commit comments

Comments
 (0)