Skip to content

Commit

Permalink
Fix validate_cmd command in java.pp
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Christ committed Aug 27, 2024
1 parent 914a21e commit 63a9e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/java.pp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
mode => '0644',
owner => 'root',
group => 'root',
validate_cmd => '/usr/bin/openssl x509 -in %s -noout',
validate_cmd => '/usr/bin/openssl x509 -in % -noout',
notify => Exec["import ${filename} to jks ${java_keystore}"],
}

Expand Down

0 comments on commit 63a9e05

Please sign in to comment.