Skip to content

Commit

Permalink
Merge pull request #154 from stankevich/revert-146
Browse files Browse the repository at this point in the history
Revert 146
  • Loading branch information
shivapoudel committed Nov 29, 2014
2 parents 97abc8a + 7fd457c commit b12223d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion lib/facter/pip_version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Make pip version available as a fact
# Works with pip loaded and without, pip installed using pip and package installed
require 'puppet'
require 'rubygems'

facter_puppet_version = Facter.value(:puppetversion)
facter_is_pe = Facter.value(:is_pe)
Expand Down
1 change: 0 additions & 1 deletion lib/facter/python_version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Make python versions available as facts
# In lists default python and system python versions
require 'puppet'
require 'rubygems'

facter_puppet_version = Facter.value(:puppetversion)
facter_is_pe = Facter.value(:is_pe)
Expand Down
1 change: 0 additions & 1 deletion lib/facter/virtualenv_version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Make virtualenv version available as a fact
# Works with virualenv loaded and without, pip installed and package installed
require 'puppet'
require 'rubygems'

facter_puppet_version = Facter.value(:puppetversion)
facter_is_pe = Facter.value(:is_pe)
Expand Down

0 comments on commit b12223d

Please sign in to comment.