From d5196dbc6f0c4ba65087ac2e79da2216b7af8820 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Thu, 9 Jul 2020 15:58:11 +0900 Subject: [PATCH] Use relative name for class inclusion This patch replces the remaining usage of absolute name in class inclusion and makes all class inclusion depend on relative name. Change-Id: I1f4f0ac44acad4831dfacd19de081ff25c6cb159 --- manifests/bootstrap.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/bootstrap.pp b/manifests/bootstrap.pp index 3a8cf7e05..bbe46be7f 100644 --- a/manifests/bootstrap.pp +++ b/manifests/bootstrap.pp @@ -72,7 +72,7 @@ class keystone::bootstrap ( $interface = 'public', ) inherits keystone::params { - include ::keystone::deps + include keystone::deps # TODO(tobias-urdin): Remove compat layer. if $password == undef {