diff options
author | lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-04-04 23:06:04 +0000 |
---|---|---|
committer | lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-04-04 23:06:04 +0000 |
commit | 92302895549800d9d8384b2cc77f9b5bb4dc1fd1 (patch) | |
tree | c74658afeff9abfd5b903c65ebe706896fc64389 /lib/puppet | |
parent | b5c759b76d53c486f15643dfdce129ac4cc157fc (diff) | |
download | puppet-92302895549800d9d8384b2cc77f9b5bb4dc1fd1.tar.gz puppet-92302895549800d9d8384b2cc77f9b5bb4dc1fd1.tar.xz puppet-92302895549800d9d8384b2cc77f9b5bb4dc1fd1.zip |
Disable yumrepo type since it won't work with the FC5 repo files
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1067 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet')
-rw-r--r-- | lib/puppet/type.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/puppet/type.rb b/lib/puppet/type.rb index b25cf87b3..6a28184f2 100644 --- a/lib/puppet/type.rb +++ b/lib/puppet/type.rb @@ -2232,6 +2232,7 @@ require 'puppet/type/symlink' require 'puppet/type/user' require 'puppet/type/tidy' require 'puppet/type/parsedtype' -require 'puppet/type/yumrepo' +#This needs some more work before it is ready for primetime +#require 'puppet/type/yumrepo' # $Id$ |