diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-06-09 18:42:08 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-06-09 18:42:08 +0000 |
commit | 4ca7ece1f294488615d5899cb4710c5cb13c5e23 (patch) | |
tree | 3b0c4c77e92377bc4815e42d82493696202ad016 | |
parent | 09d2cd031ffdd16968c92710d6d56715866c334e (diff) | |
download | puppet-4ca7ece1f294488615d5899cb4710c5cb13c5e23.tar.gz puppet-4ca7ece1f294488615d5899cb4710c5cb13c5e23.tar.xz puppet-4ca7ece1f294488615d5899cb4710c5cb13c5e23.zip |
modifying rakefile to specify the package hosts; they were previously hard-coded in the build library
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1249 980ebf18-57e1-0310-9a29-db15c13687c0
-rw-r--r-- | Rakefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -27,6 +27,10 @@ project = Rake::RedLabProject.new("puppet") do |p| ] p.add_dependency('facter', '1.1.0') + + p.epmhosts = %w{culain} + p.sunpkghost = "sol10b" + p.rpmhost = "fedora1" end if project.has?(:gem) |