diff options
author | 2017-04-12 10:14:09 +0000 | |
---|---|---|
committer | 2017-04-12 10:14:09 +0000 | |
commit | cb2393f6e003cea01231e50b93a19498fd2067c5 (patch) | |
tree | a528f7d04974baa22cff1e0c4ff02c12acdd3ebf /manifests/certmonger/httpd.pp | |
parent | b10fa039b3db88908f3e9501d60750de9ffea073 (diff) | |
parent | bbe603a2608c43d9b68f998204e75b55621a9e8f (diff) |
Merge "Ensure directory exists for certificates for httpd"
Diffstat (limited to 'manifests/certmonger/httpd.pp')
-rw-r--r-- | manifests/certmonger/httpd.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/certmonger/httpd.pp b/manifests/certmonger/httpd.pp index 94b48b7..74c0b5a 100644 --- a/manifests/certmonger/httpd.pp +++ b/manifests/certmonger/httpd.pp @@ -55,6 +55,7 @@ define tripleo::certmonger::httpd ( postsave_cmd => $postsave_cmd, ca => $certmonger_ca, wait => true, + tag => 'apache-cert', require => Class['::certmonger'], } |