Project

General

Profile

« Previous | Next » 

Revision cf927332

Added by Evgeni Golov about 7 years ago

Fixes #19734 - enforce proper exection order for Candlepin (#158)

otherwise `Exec[import client certificate into Candlepin keystore]` has
no relationship with `File[/etc/pki/katello/keystore_password-file]` and
Puppet might execute them in any order, but the Exec needs the File.

View differences:

manifests/candlepin.pp
target => $keystore,
owner => 'tomcat',
group => $group,
}
} ->
certs::keypair { 'candlepin':
key_pair => $java_client_cert_name,
key_file => $client_key,

Also available in: Unified diff