Fix resource_registry path in enable-internal-tls
authorJuan Antonio Osorio Robles <jaosorior@redhat.com>
Tue, 22 Nov 2016 12:32:07 +0000 (14:32 +0200)
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>
Tue, 22 Nov 2016 12:32:07 +0000 (14:32 +0200)
It had a wrong path and thus crashed when one tried to use it.

Change-Id: Ida4f899c76cce6e819d7e0effaf038f699763bee
Closes-Bug: #1643863

environments/enable-internal-tls.yaml

index 5116c6d..7116da3 100644 (file)
@@ -3,4 +3,4 @@
 parameter_defaults:
   EnableInternalTLS: true
 resource_registry:
-  OS::TripleO::Services::ApacheTLS: ../../puppet/services/apache-internal-tls-certmonger.yaml
+  OS::TripleO::Services::ApacheTLS: ../puppet/services/apache-internal-tls-certmonger.yaml