diff options
author | varac <varacanero@zeromail.org> | 2015-05-18 16:34:04 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2015-05-18 16:34:04 +0200 |
commit | be8df0073a1ae37701d76819f79d0ec67c4d7cc9 (patch) | |
tree | 47c6d34e372924ff5cdf728c78efba21b8642c47 /pages/docs/platform/details | |
parent | a6886d14fbdf8c1d784528272e9396015297aa70 (diff) |
add example of tag usage for leap deploy
Diffstat (limited to 'pages/docs/platform/details')
-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. |