From 87f1f7d26abbc65f3095faa28b9e1f62d96ff0ee Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Tue, 6 Sep 2016 11:45:28 +0100 Subject: Add bootstrap_node and vip_data to hierarchy for all roles We recently made changes that add data to allNodesConfig, but we didn't wire the files into the hierarchy on all roles. Change-Id: I8e838b02bd982e600af54b14350106322244890a Closes-Bug: #1620485 --- puppet/controller.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'puppet/controller.yaml') diff --git a/puppet/controller.yaml b/puppet/controller.yaml index 14848f97..1656aea7 100644 --- a/puppet/controller.yaml +++ b/puppet/controller.yaml @@ -314,7 +314,7 @@ resources: - service_names - controller - swift_devices_and_proxy # provided by SwiftDevicesAndProxyConfig - - bootstrap_node # provided by BootstrapNodeConfig + - bootstrap_node # provided by allNodesConfig - all_nodes # provided by allNodesConfig - vip_data # provided by allNodesConfig - '"%{::osfamily}"' -- cgit 1.2.3-korg