diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-12-29 17:27:30 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-12-29 17:27:30 +0000 |
| commit | f52e2d006fb3ae8f0b3f58deac8f4287708bdb7b (patch) | |
| tree | 6693bb0cf86c1de3aed7fb2e006b53e75cc5b83f /lib/puppet/parser/collector.rb | |
| parent | 3a313ad40521856cd9d8784b460c5403f6b4f98f (diff) | |
| download | puppet-f52e2d006fb3ae8f0b3f58deac8f4287708bdb7b.tar.gz puppet-f52e2d006fb3ae8f0b3f58deac8f4287708bdb7b.tar.xz puppet-f52e2d006fb3ae8f0b3f58deac8f4287708bdb7b.zip | |
Trying to clean up how rails is loaded
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1989 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet/parser/collector.rb')
| -rw-r--r-- | lib/puppet/parser/collector.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/puppet/parser/collector.rb b/lib/puppet/parser/collector.rb index fa7a41589..8b7df8c78 100644 --- a/lib/puppet/parser/collector.rb +++ b/lib/puppet/parser/collector.rb @@ -5,7 +5,6 @@ class Puppet::Parser::Collector # Collect exported objects. def collect_exported - require 'puppet/rails' # First get everything from the export table. Just reuse our # collect_virtual method but tell it to use 'exported? for the test. resources = collect_virtual(true) |
