Change to relative include

Change-Id: Iaa09934891f343f56954a72fd7997b5270721472
This commit is contained in:
Tobias Urdin 2020-07-13 21:21:45 +02:00
parent 912a0e2597
commit a96984367f
1 changed files with 1 additions and 1 deletions

View File

@ -20,5 +20,5 @@ class mistral::client(
tag => ['openstack', 'mistral-package'],
}
include '::openstacklib::openstackclient'
include openstacklib::openstackclient
}