summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrun4
1 files changed, 3 insertions, 1 deletions
diff --git a/run b/run
index c9e150c..28b72ed 100755
--- a/run
+++ b/run
@@ -17,4 +17,6 @@ case $osid in
esac
sudo puppet apply manifests \
- --modulepath="${modpath}:modules"
+ --modulepath="${modpath}:modules" \
+ --verbose \
+ "$@"