summaryrefslogtreecommitdiff
path: root/templates/system
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-10-26 20:37:45 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-10-26 20:37:45 -0700
commit9bf3997284ce60453ca525912b2f1fa18219461b (patch)
tree540713615ead5224503a27eca32fb625d7ccd02c /templates/system
parent3b44d98b4506830586bee5b56c6e90a4ee692934 (diff)
parent9d925077a20a66c659f21cfdfafef161ad6be6d6 (diff)
downloadvyatta-cfg-system-9bf3997284ce60453ca525912b2f1fa18219461b.tar.gz
vyatta-cfg-system-9bf3997284ce60453ca525912b2f1fa18219461b.zip
Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg-system into mendocino
Diffstat (limited to 'templates/system')
-rw-r--r--templates/system/config-mgmt/commit-uri/node.def24
-rw-r--r--templates/system/config-mgmt/node.def1
2 files changed, 0 insertions, 25 deletions
diff --git a/templates/system/config-mgmt/commit-uri/node.def b/templates/system/config-mgmt/commit-uri/node.def
deleted file mode 100644
index 7b483f9f..00000000
--- a/templates/system/config-mgmt/commit-uri/node.def
+++ /dev/null
@@ -1,24 +0,0 @@
-multi:
-priority: 400
-type: txt
-help: Commit URI
-
-syntax:expression: exec "/opt/vyatta/sbin/vyatta-config-mgmt.pl \
- --action=valid-uri \
- --uri=\"$VAR(@)\" "; "Invalid URI"
-
-create: if [ "$COMMIT_SIBLING_POSITION" = "LAST" ] || \
- [ "$COMMIT_SIBLING_POSITION" = "FIRSTLAST" ] ; then
- sudo ${vyatta_sbindir}/vyatta-config-mgmt.pl --action=add-uri
- fi;
-
-delete: if [ "$COMMIT_SIBLING_POSITION" = "LAST" ] || \
- [ "$COMMIT_SIBLING_POSITION" = "FIRSTLAST" ] ; then
- sudo ${vyatta_sbindir}/vyatta-config-mgmt.pl --action=del-uri
- fi;
-
-val_help: <uri> ; Uniform Resource Identifier
-comp_help:
- "scp://<user>:<passwd>@<host>/<dir>"
- "ftp://<user>:<passwd>@<host>/<dir>"
- "tftp://<host>/<dir>" \ No newline at end of file
diff --git a/templates/system/config-mgmt/node.def b/templates/system/config-mgmt/node.def
deleted file mode 100644
index 03a4d65a..00000000
--- a/templates/system/config-mgmt/node.def
+++ /dev/null
@@ -1 +0,0 @@
-help: Configuration management settings \ No newline at end of file