summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Rakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 7167e3a29..3da48a595 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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)