Add a clean task

This commit is contained in:
Branan Purvine-Riley 2012-05-25 11:09:21 -07:00
parent 703c0bde30
commit 262449068d

View file

@ -78,6 +78,11 @@ task :build do
end
end
desc "Clean a built module package"
task :clean do
FileUtils.rm_rf("pkg/")
end
desc "Check puppet manifests with puppet-lint"
task :lint do
# This requires pull request: https://github.com/rodjek/puppet-lint/pull/81