diff options
-rw-r--r-- | pages/docs/platform/details/under-the-hood.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pages/docs/platform/details/under-the-hood.md b/pages/docs/platform/details/under-the-hood.md index 4687c44..0bc4fe7 100644 --- a/pages/docs/platform/details/under-the-hood.md +++ b/pages/docs/platform/details/under-the-hood.md @@ -32,5 +32,9 @@ automatically with `leap::logfile` and you can deploy the change with: leap deploy *NODE* --fast --tags=leap::logfile +or, if you just want + + leap deploy --tags=dist_upgrade + See http://docs.puppetlabs.com/puppet/2.7/reference/lang_tags.html for puppet tag usage. |