diff --git a/manifests/init.pp b/manifests/init.pp index 488a33b..f29cd09 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -220,8 +220,6 @@ class watcher ( $notification_retry = $facts['os_service_default'], Boolean $purge_config = false, ) { - include openstacklib::openstackclient - include watcher::deps include watcher::params include watcher::policy diff --git a/spec/classes/watcher_init_spec.rb b/spec/classes/watcher_init_spec.rb index a269da4..ef123c3 100644 --- a/spec/classes/watcher_init_spec.rb +++ b/spec/classes/watcher_init_spec.rb @@ -9,8 +9,6 @@ describe 'watcher' do { :purge_config => false } end - it { should contain_class('openstacklib::openstackclient') } - it 'contains the db class' do is_expected.to contain_class('watcher::db') end