summaryrefslogtreecommitdiffstats
path: root/lib/puppet/selector.rb
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2005-08-09 22:47:32 +0000
committerLuke Kanies <luke@madstop.com>2005-08-09 22:47:32 +0000
commitbb4b5a544e85e5a56065ebb5dd175fbdea7280d2 (patch)
treec26ed941fe70d4674a6bea700135dd76f58a8d8c /lib/puppet/selector.rb
parente2e247428faa15c299a5dc7bc802afa4a2dbc74a (diff)
downloadpuppet-bb4b5a544e85e5a56065ebb5dd175fbdea7280d2.tar.gz
puppet-bb4b5a544e85e5a56065ebb5dd175fbdea7280d2.tar.xz
puppet-bb4b5a544e85e5a56065ebb5dd175fbdea7280d2.zip
done a lot of work on certificates; all tests except one puppetca test pass
git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@523 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet/selector.rb')
-rw-r--r--lib/puppet/selector.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/puppet/selector.rb b/lib/puppet/selector.rb
index 6bfa1e2dd..50e55fb24 100644
--- a/lib/puppet/selector.rb
+++ b/lib/puppet/selector.rb
@@ -3,7 +3,6 @@
# $Id$
require 'puppet'
-require 'puppet/fact'
module Puppet
#---------------------------------------------------------------