summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Barton <barton.tomas@gmail.com>2013-10-13 18:42:41 +0200
committerTomas Barton <barton.tomas@gmail.com>2013-10-13 18:42:41 +0200
commitc5f36700d044fbdf61b17e105bddd2147ff22f29 (patch)
treee99d48e56e9467c6bee5a0e25766fc4b4904e5b8
parentee44760c3633c35eba23261e5ed5594b512f0d65 (diff)
debugging travis and librarian
-rw-r--r--Rakefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index c0bab20..6b92f24 100644
--- a/Rakefile
+++ b/Rakefile
@@ -13,7 +13,9 @@ PuppetLint.configuration.send("disable_80chars")
# use librarian-puppet to manage fixtures instead of .fixtures.yml
# offers more possibilities like explicit version management, forge downloads,...
task :librarian_spec_prep do
- sh "librarian-puppet install --path=spec/fixtures/modules/"
+ sh "librarian-puppet install --path=spec/fixtures/modules/"
+ sh 'ls -laF spec/fixtures/modules'
+ sh 'ls -laF spec/fixtures/modules/munin/manifests'
end
task :spec_prep => :librarian_spec_prep