diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-04-05 06:54:13 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-04-05 06:54:13 +0000 |
commit | 9697354e81d72027519119753598bd3c5271bbcf (patch) | |
tree | c37e4fbbed73bd5ffd78203d86645e0f46f227df /Rakefile | |
parent | f540ec83791181e22c4c4db1b049f44a5970bcf6 (diff) | |
download | puppet-9697354e81d72027519119753598bd3c5271bbcf.tar.gz puppet-9697354e81d72027519119753598bd3c5271bbcf.tar.xz puppet-9697354e81d72027519119753598bd3c5271bbcf.zip |
differentiating openbsd from freebsd, adding freebsd, and autoloading package types instead of manually loading them
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1079 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ rescue LoadError exit(14) end +TESTHOSTS = %w{rh3a fedora1 centos1 freebsd1 culain} + project = Rake::RedLabProject.new("puppet") do |p| p.summary = "System Automation and Configuration Management Software" p.description = "Puppet is a declarative language for expressing system |