multi: priority: 400 type: txt help: Commit archive location 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: ; Uniform Resource Identifier comp_help: "scp://:@/" "ftp://:@/" "tftp:///"