diff options
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ project = Rake::RedLabProject.new("puppet") do |p| 'examples/**/*', 'conf/**/*' ] - p.filelist.exclude("bin/pi", "bin/ralsh") + p.filelist.exclude("bin/pi", "bin/ralsh", "bin/filebucket") p.add_dependency('facter', '1.1.0') |