Skip to content

Commit

Permalink
allow for future compatibility with 'puppet infra tune'
Browse files Browse the repository at this point in the history
  • Loading branch information
tkishel committed Dec 6, 2018
1 parent f60075d commit a389f7f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/puppet_x/puppetlabs/tune.rb
Original file line number Diff line number Diff line change
Expand Up @@ -702,4 +702,8 @@ def string_to_megabytes(s, default_units = 'm')

if File.expand_path(__FILE__) == File.expand_path($PROGRAM_NAME)
require_relative 'tune/cli'
else
require 'puppet_x/puppetlabs/tune/calculate'
require 'puppet_x/puppetlabs/tune/inventory'
require 'puppet_x/puppetlabs/tune/query'
end

0 comments on commit a389f7f

Please sign in to comment.