diff options
author | elijah <elijah@riseup.net> | 2016-02-02 17:58:44 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2016-02-23 09:50:58 -0800 |
commit | 8eec2d89983934868c9be07d55825cbe3bdcdaaf (patch) | |
tree | e0c02a4d625828132f482a1838306e20a4a8494e /provider_base/templates/common.json | |
parent | da2c743faaccd26604c4c26fbb1557934688eb4a (diff) |
added templates for `leap node add`, so that new nodes can get default values set in their initial .json file.
Diffstat (limited to 'provider_base/templates/common.json')
-rw-r--r-- | provider_base/templates/common.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/provider_base/templates/common.json b/provider_base/templates/common.json new file mode 100644 index 00000000..a7675b15 --- /dev/null +++ b/provider_base/templates/common.json @@ -0,0 +1,3 @@ +{ + "ip_address": "REQUIRED" +}
\ No newline at end of file |