From bb5555b94e0412c97767af39b9729193cc59b642 Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Mon, 13 Jul 2020 21:20:36 +0200 Subject: [PATCH] Change to relative include Change-Id: I8c84a0d4a17fe850526911b804901e8053e4c2d5 --- manifests/client.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/client.pp b/manifests/client.pp index ee6e93f8..57e98579 100644 --- a/manifests/client.pp +++ b/manifests/client.pp @@ -20,6 +20,6 @@ class heat::client ( tag => 'openstack', } - include '::openstacklib::openstackclient' + include openstacklib::openstackclient }