Remove a bunch of 3rdparty modules that seem unused
[mirror/dsa-puppet.git] / 3rdparty / modules / aviator / lib / puppet / feature / aviator.rb
diff --git a/3rdparty/modules/aviator/lib/puppet/feature/aviator.rb b/3rdparty/modules/aviator/lib/puppet/feature/aviator.rb
deleted file mode 100644 (file)
index e70ba39..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-# Add the parent dir to the load path. This is for when
-# Aviator is not installed as a gem
-lib_path = File.dirname(__FILE__)
-$LOAD_PATH.unshift(lib_path) unless $LOAD_PATH.include? lib_path
-
-require 'aviator/core'
-require "aviator/openstack/provider"