Skip to content

Commit e75d08d

Browse files
authored
Merge pull request #994 from syseleven/fix/validate_absolute_path_deprecation
Remove unneeded validate_absolute_path()
2 parents 4f1df11 + a2c3d4f commit e75d08d

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)