diff options
author | Stig Thormodsrud <stig@vyatta.com> | 2010-12-22 11:51:45 -0800 |
---|---|---|
committer | Stig Thormodsrud <stig@vyatta.com> | 2010-12-22 11:51:45 -0800 |
commit | 3a0b5ade7a56b17ecc55ce29f63a9ff4e4533b79 (patch) | |
tree | de538979b2e5d53b124ecbe3a85078e8cdf86906 /templates-cfg/system | |
parent | 5cbdcf5882c198f0e195d576744d15b4652f623e (diff) | |
download | vyatta-config-mgmt-3a0b5ade7a56b17ecc55ce29f63a9ff4e4533b79.tar.gz vyatta-config-mgmt-3a0b5ade7a56b17ecc55ce29f63a9ff4e4533b79.zip |
Rename 'remote-archive commit-uri' to 'commit-archive location' per design spec review comments.
Diffstat (limited to 'templates-cfg/system')
-rw-r--r-- | templates-cfg/system/config-management/commit-archive/location/node.def (renamed from templates-cfg/system/config-management/remote-archive/commit-uri/node.def) | 2 | ||||
-rw-r--r-- | templates-cfg/system/config-management/commit-archive/node.def | 1 | ||||
-rw-r--r-- | templates-cfg/system/config-management/remote-archive/node.def | 1 |
3 files changed, 2 insertions, 2 deletions
diff --git a/templates-cfg/system/config-management/remote-archive/commit-uri/node.def b/templates-cfg/system/config-management/commit-archive/location/node.def index 7b483f9..ff0d946 100644 --- a/templates-cfg/system/config-management/remote-archive/commit-uri/node.def +++ b/templates-cfg/system/config-management/commit-archive/location/node.def @@ -1,7 +1,7 @@ multi: priority: 400 type: txt -help: Commit URI +help: Commit archive location syntax:expression: exec "/opt/vyatta/sbin/vyatta-config-mgmt.pl \ --action=valid-uri \ diff --git a/templates-cfg/system/config-management/commit-archive/node.def b/templates-cfg/system/config-management/commit-archive/node.def new file mode 100644 index 0000000..f4414ab --- /dev/null +++ b/templates-cfg/system/config-management/commit-archive/node.def @@ -0,0 +1 @@ +help: Commit archival settings
\ No newline at end of file diff --git a/templates-cfg/system/config-management/remote-archive/node.def b/templates-cfg/system/config-management/remote-archive/node.def deleted file mode 100644 index 073ba7a..0000000 --- a/templates-cfg/system/config-management/remote-archive/node.def +++ /dev/null @@ -1 +0,0 @@ -help: Remote archival settings
\ No newline at end of file |