ec2-api: Get FQDN from hiera instead of puppet fact
authorJuan Antonio Osorio Robles <jaosorior@redhat.com>
Fri, 3 Mar 2017 09:07:08 +0000 (11:07 +0200)
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>
Fri, 3 Mar 2017 09:07:08 +0000 (11:07 +0200)
The puppet facts will be removed soon and using the hiera value is
adviced instead.

Change-Id: I3ba89dd9bd471c5723325efc9041ca6da937ccc5

puppet/services/ec2-api.yaml

index 7082139..10f6d31 100644 (file)
@@ -72,13 +72,13 @@ outputs:
           ec2api::api::ec2api_listen:
             str_replace:
               template:
-                '"%{::fqdn_$NETWORK}"'
+                "%{hiera('fqdn_$NETWORK')}"
               params:
                 $NETWORK: {get_param: [ServiceNetMap, Ec2ApiNetwork]}
           ec2api::metadata::metadata_listen:
             str_replace:
               template:
-                '"%{::fqdn_$NETWORK}"'
+                "%{hiera('fqdn_$NETWORK')}"
               params:
                 $NETWORK: {get_param: [ServiceNetMap, Ec2ApiMetadataNetwork]}
           ec2api::db::database_connection: