Skip to content

Commit a2c3d4f

Browse files
committed
Remove unneeded validate_absolute_path()
1 parent 4f1df11 commit a2c3d4f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

manifests/instance.pp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,6 @@
271271
if ($keystore_path == undef) {
272272
$_keystore_path = "${configdir}/${security_plugin}/${name}.ks"
273273
} else {
274-
validate_absolute_path($keystore_path)
275274
$_keystore_path = $keystore_path
276275
}
277276

0 commit comments

Comments
 (0)