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') }