diff options
author | Micah Anderson <micah@riseup.net> | 2016-11-04 10:54:28 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2016-11-04 10:54:28 -0400 |
commit | 34a381efa8f6295080c843f86bfa07d4e41056af (patch) | |
tree | 9282cf5d4c876688602705a7fa0002bc4a810bde /doc/guide/miscellaneous.md | |
parent | 0a72bc6fd292bf9367b314fcb0347c4d35042f16 (diff) | |
parent | 5821964ff7e16ca7aa9141bd09a77d355db492a9 (diff) |
Merge branch 'develop'
Diffstat (limited to 'doc/guide/miscellaneous.md')
-rw-r--r-- | doc/guide/miscellaneous.md | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/doc/guide/miscellaneous.md b/doc/guide/miscellaneous.md deleted file mode 100644 index c38c007c..00000000 --- a/doc/guide/miscellaneous.md +++ /dev/null @@ -1,14 +0,0 @@ -@title = "Miscellaneous" -@summary = "Miscellaneous commands you may need to know." - -Facts -============================== - -There are a few cases when we must gather internal data from a node before we can successfully deploy to other nodes. This is what `facts.json` is for. It stores a snapshot of certain facts about each node, as needed. Entries in `facts.json` are updated automatically when you initialize, rename, or remove a node. To manually force a full update of `facts.json`, run: - - leap facts update FILTER - -Run `leap help facts update` for more information. - -The file `facts.json` should be committed to source control. You might not have a `facts.json` if one is not required for your provider. - |