diff options
author | Luke Kanies <luke@madstop.com> | 2009-05-14 11:46:04 -0500 |
---|---|---|
committer | Luke Kanies <luke@madstop.com> | 2009-05-14 11:46:04 -0500 |
commit | f945b66aee03c0c06248f3809773f444a25ff00f (patch) | |
tree | 4b32b8037a591cd0767cacd512d2cb9ebc8f97b0 /lib/puppet | |
parent | 5aef9151e6514ea6c7bd9aefcd29018e37906281 (diff) | |
download | puppet-f945b66aee03c0c06248f3809773f444a25ff00f.tar.gz puppet-f945b66aee03c0c06248f3809773f444a25ff00f.tar.xz puppet-f945b66aee03c0c06248f3809773f444a25ff00f.zip |
Fixing #2265 - rack is loaded with features rather than manually
Signed-off-by: Luke Kanies <luke@madstop.com>
Diffstat (limited to 'lib/puppet')
-rw-r--r-- | lib/puppet/network/http/rack.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/puppet/network/http/rack.rb b/lib/puppet/network/http/rack.rb index aa81b45f7..6eab27a07 100644 --- a/lib/puppet/network/http/rack.rb +++ b/lib/puppet/network/http/rack.rb @@ -1,5 +1,4 @@ -require 'rack' require 'puppet/network/http' require 'puppet/network/http/rack/rest' require 'puppet/network/http/rack/xmlrpc' |