diff --git a/manifests/client.pp b/manifests/client.pp index 45ea0f51..71c5cafe 100644 --- a/manifests/client.pp +++ b/manifests/client.pp @@ -19,4 +19,6 @@ class manila::client ( name => $::manila::params::client_package, tag => ['openstack', 'openstackclient'], } + + include openstacklib::openstackclient } diff --git a/spec/classes/manila_client_spec.rb b/spec/classes/manila_client_spec.rb index 048c30e7..42bbb76f 100644 --- a/spec/classes/manila_client_spec.rb +++ b/spec/classes/manila_client_spec.rb @@ -14,6 +14,8 @@ describe 'manila::client' do :tag => ['openstack', 'openstackclient'], ) end + + it { is_expected.to contain_class('openstacklib::openstackclient') } end on_supported_os({