summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorStig Thormodsrud <stig@vyatta.com>2010-10-26 14:47:47 -0700
committerStig Thormodsrud <stig@vyatta.com>2010-10-26 14:47:47 -0700
commit7dc4ac0cb122bc98f903f93fc83e93007de7c751 (patch)
treeb5e4dedd12162bf134e37927b5197a2b64f1c347 /templates
parent427c67439359021ff5bb77929022748a99650f14 (diff)
downloadvyatta-cfg-system-7dc4ac0cb122bc98f903f93fc83e93007de7c751.tar.gz
vyatta-cfg-system-7dc4ac0cb122bc98f903f93fc83e93007de7c751.zip
Move config-mgmt to it's own package.
Diffstat (limited to 'templates')
-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