Add a clean task
This commit is contained in:
parent
703c0bde30
commit
262449068d
1 changed files with 5 additions and 0 deletions
5
Rakefile
5
Rakefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue