acs_admin::require_site_wide_package (public)

 acs_admin::require_site_wide_package -package_key package_key \
    [ -node_name node_name ] [ -package_name package_name ] \
    [ -parameters parameters ] \
    [ -configuration_command configuration_command ]

Defined in packages/acs-admin/tcl/site-wide-procs.tcl

Require a package under the site-wide subsite. If such a package does not exist, it is created with the provided parameters. When a configuration command is passed-in it will be called with "-package_id $package_id" of the new instance appended.

Switches:
-package_key (required)
of the required package
-node_name (optional)
name of the mount point (defaults to the package_key)
-package_name (optional)
name of the package_instance (defaults to the package_key)
-parameters (optional)
package parameter for initialization of the package
-configuration_command (optional)
when a configuratio
Returns:
package_id of the required package

Testcases:
acs_admin_require_site_wide
[ show source ]
Show another procedure: