aboutsummaryrefslogtreecommitdiff
path: root/lib/facter/debian_lts.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/facter/debian_lts.rb')
-rw-r--r--lib/facter/debian_lts.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/facter/debian_lts.rb b/lib/facter/debian_lts.rb
index 1c137e1..f53a9eb 100644
--- a/lib/facter/debian_lts.rb
+++ b/lib/facter/debian_lts.rb
@@ -1,5 +1,7 @@
begin
require 'facter/util/debian'
+rescue LoadError
+ require "#{File.dirname(__FILE__)}/util/debian"
end
Facter.add(:debian_lts) do