diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-10-26 20:37:45 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-10-26 20:37:45 -0700 |
commit | 9bf3997284ce60453ca525912b2f1fa18219461b (patch) | |
tree | 540713615ead5224503a27eca32fb625d7ccd02c /templates/system | |
parent | 3b44d98b4506830586bee5b56c6e90a4ee692934 (diff) | |
parent | 9d925077a20a66c659f21cfdfafef161ad6be6d6 (diff) | |
download | vyatta-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.def | 24 | ||||
-rw-r--r-- | templates/system/config-mgmt/node.def | 1 |
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 |