From 7dc4ac0cb122bc98f903f93fc83e93007de7c751 Mon Sep 17 00:00:00 2001 From: Stig Thormodsrud Date: Tue, 26 Oct 2010 14:47:47 -0700 Subject: Move config-mgmt to it's own package. --- templates/system/config-mgmt/commit-uri/node.def | 24 ------------------------ templates/system/config-mgmt/node.def | 1 - 2 files changed, 25 deletions(-) delete mode 100644 templates/system/config-mgmt/commit-uri/node.def delete mode 100644 templates/system/config-mgmt/node.def (limited to 'templates/system') 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: ; Uniform Resource Identifier -comp_help: - "scp://:@/" - "ftp://:@/" - "tftp:///" \ 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 -- cgit v1.2.3