summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-01-09 23:23:05 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-01-09 23:23:05 +0000
commitdccafc7e950d9111a0a4c11afebd89e1ede5e414 (patch)
tree1d2efb7aa79a4504024e71cb9edf3bf25085d6da /Rakefile
parentb7974b59ec046837d0fdf4d732ccbedddb8de146 (diff)
downloadpuppet-dccafc7e950d9111a0a4c11afebd89e1ede5e414.tar.gz
puppet-dccafc7e950d9111a0a4c11afebd89e1ede5e414.tar.xz
puppet-dccafc7e950d9111a0a4c11afebd89e1ede5e414.zip
Updating Puppet to work with the new Facter
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@794 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index 3a24fbc62..07ba94ebd 100644
--- a/Rakefile
+++ b/Rakefile
@@ -38,7 +38,7 @@ DOWNDIR = "/export/docroots/reductivelabs.com/htdocs/downloads"
if ENV['HOSTS']
TESTHOSTS = ENV['HOSTS'].split(/\s+/)
else
- TESTHOSTS = %w{fedora1 rh3a kirby culain}
+ TESTHOSTS = %w{fedora1 rh3a kirby culain openbsd1}
end
#TESTHOSTS = %w{sol10b}
@@ -147,7 +147,7 @@ the configuration.
# I'd love to explicitly list all of the libraries that I need,
# but gems seem to only be able to handle dependencies on other
# gems, which is, um, stupid.
- s.add_dependency('facter', '>= 1.0.1')
+ s.add_dependency('facter', '>= 1.1.0')
#s.requirements << ""
s.files = PKG_FILES.to_a