aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/base/database
diff options
context:
space:
mode:
authorSteven Hardy <shardy@redhat.com>2016-08-10 17:34:04 +0100
committerSteven Hardy <shardy@redhat.com>2016-08-11 11:12:36 +0100
commit0b9e06561b121e23d9e5cb4261d1e0beaf7fcf2e (patch)
tree0e524a9bdfdf09a6770ba6e59fe7988466a57892 /manifests/profile/base/database
parentb2c80337669164699b58e37e4813a9d9b7dc60a5 (diff)
Align hiera keys with service names
These hiera keys aren't aligned with the service names, which will be required for composable generation of the ip lists per service. Change-Id: I423b544df174254ac511b906b0c570e701678022 Depends-On: I7febf28bf409e25e8e5961ab551b6d56bb11e0c6 Partially-Implements: blueprint custom-roles
Diffstat (limited to 'manifests/profile/base/database')
-rw-r--r--manifests/profile/base/database/mongodbcommon.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/profile/base/database/mongodbcommon.pp b/manifests/profile/base/database/mongodbcommon.pp
index 13af899..c61e692 100644
--- a/manifests/profile/base/database/mongodbcommon.pp
+++ b/manifests/profile/base/database/mongodbcommon.pp
@@ -27,7 +27,7 @@
#
class tripleo::profile::base::database::mongodbcommon (
$mongodb_ipv6_enabled = false,
- $mongodb_node_ips = hiera('mongo_node_ips'),
+ $mongodb_node_ips = hiera('mongodb_node_ips'),
) {
$port = '27017'