From 1e4976ea586cae8383353eed26ae20ee509ad79f Mon Sep 17 00:00:00 2001 From: Sofer Athlan-Guyot Date: Thu, 7 Jul 2016 12:01:27 +0200 Subject: [PATCH] Include openstacklib defaults manifest. This provides a mechanism for setting default across all modules. Change-Id: If0e6588783328df7a8edcf83a3fdffa419f0fa82 Related-Bug: 1599113 --- manifests/params.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/params.pp b/manifests/params.pp index 6bb1c8c..5c021a2 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -3,6 +3,7 @@ # Parameters for puppet-zaqar # class zaqar::params { + include ::openstacklib::defaults $client_package = 'python-zaqarclient' case $::osfamily { 'RedHat': {