From 21df08b9c249570490f2a5aa1019b9088eef237f Mon Sep 17 00:00:00 2001 From: ZhongShengping Date: Wed, 7 Dec 2016 16:32:48 +0800 Subject: [PATCH] Add deps to authtoken The authtoken class needs to include the ::watcher::deps class. Change-Id: I99b5e270ccf1a7432e864201b4f5803387eb3a12 --- manifests/keystone/authtoken.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/keystone/authtoken.pp b/manifests/keystone/authtoken.pp index f7e689e..798e67d 100644 --- a/manifests/keystone/authtoken.pp +++ b/manifests/keystone/authtoken.pp @@ -225,6 +225,8 @@ class watcher::keystone::authtoken ( $token_cache_time = $::os_service_default, ) { + include ::watcher::deps + if is_service_default($password) and ! $::watcher::api::watcher_client_password { fail('Please set password for watcher service user') }