summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2007-12-17 21:25:07 +0100
committerLuke Kanies <luke@madstop.com>2007-12-17 21:25:07 +0100
commit178093f79375aedac62efc73094ce9d0fdd84253 (patch)
tree647ff708e6af5e3443a6dec56d3ea24c714b4b95
parent6b02bd53ec2de17560df2a9b9f429d097453033e (diff)
downloadpuppet-178093f79375aedac62efc73094ce9d0fdd84253.tar.gz
puppet-178093f79375aedac62efc73094ce9d0fdd84253.tar.xz
puppet-178093f79375aedac62efc73094ce9d0fdd84253.zip
Fixing the Rakefile to include the yumhelper.py file in
the file list.
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 6b0f6a827..d5b65e49a 100644
--- a/Rakefile
+++ b/Rakefile
@@ -22,6 +22,7 @@ project = Rake::RedLabProject.new("puppet") do |p|
'[A-Z]*',
'lib/puppet.rb',
'lib/puppet/**/*.rb',
+ 'lib/puppet/**/*.py',
'test/**/*.rb',
'bin/**/*',
'ext/**/*',