From 5009cc64322e9fb5723799eb9fbd79076a2dc5da Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Wed, 4 Mar 2015 12:09:57 -0500 Subject: puppet: wire in osfamily hieradata support This updates all of the puppet roles to use an optional osfamily hieradata file which can be used to provide distro specific settings. Also, updates the controller role to make use of this new file for setting the rabbitmq package_provider parameter. Change-Id: I46417db51b87b82bf276dfcef5647a90c37fb07d --- puppet/swift-storage-puppet.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'puppet/swift-storage-puppet.yaml') diff --git a/puppet/swift-storage-puppet.yaml b/puppet/swift-storage-puppet.yaml index 9caa8485..6d446b00 100644 --- a/puppet/swift-storage-puppet.yaml +++ b/puppet/swift-storage-puppet.yaml @@ -73,6 +73,7 @@ resources: hierarchy: - heat_config_%{::deploy_config_name} - object + - '"%{::osfamily}"' - common datafiles: common: -- cgit 1.2.3-korg