From 64389fe88056f644de28e27dc68d34fc51185cb0 Mon Sep 17 00:00:00 2001 From: ZhongShengping Date: Thu, 21 Sep 2017 09:23:24 +0800 Subject: [PATCH] Add deps to all that is needed Change-Id: I7e54d8050bc73f2f29d35d8784f97e9285051ce1 --- manifests/keystone/authtoken.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/keystone/authtoken.pp b/manifests/keystone/authtoken.pp index 8f496852..cf305a85 100644 --- a/manifests/keystone/authtoken.pp +++ b/manifests/keystone/authtoken.pp @@ -231,6 +231,8 @@ class trove::keystone::authtoken( $revocation_cache_time = undef, ) { + include ::trove::deps + if is_service_default($password) { fail('Please set password for trove service user') }