You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If $cert_path_unique is a pem file which contains an intermediate and a leaf certificate then puppet outputs the following every run Java_ks[jREDACTED]/ensure: ensure changed 'present' to 'latest'
Expected Behavior
Puppet should be idempotent
Environment
Version [e.g. 5.0.0]
Platform [e.g. puppet 8 rhel 8]
The text was updated successfully, but these errors were encountered:
Describe the Bug
Consider
java_ks { "$cert_alias:$truststore_path":
ensure => latest,
certificate => $cert_path_unique,
trustcacerts => true,
password => $truststore_passwd
}
If $cert_path_unique is a pem file which contains an intermediate and a leaf certificate then puppet outputs the following every run
Java_ks[jREDACTED]/ensure: ensure changed 'present' to 'latest'
Expected Behavior
Puppet should be idempotent
Environment
The text was updated successfully, but these errors were encountered: