-
Notifications
You must be signed in to change notification settings - Fork 74
disable pallet
Joe Kaiser edited this page Dec 29, 2017
·
3 revisions
stack disable pallet {pallet ...} [arch=string] [box=string] [version=string]
Disable an available pallet. The pallet must already be copied on the
system using the command "stack add pallet".
-
[pallet]
List of pallets to disable. This should be the pallet base name (e.g., base, hpc, kernel).
-
{arch=string}
-
{box=string}
-
{version=string}
The version number of the pallet to be disabled. If no version number is supplied, then all versions of a pallet will be disabled.
-
stack disable pallet kernel
Disable the kernel pallet.
-
stack disable pallet ganglia version=5.0 arch=i386
Disable version 5.0 the Ganglia pallet for i386 nodes
Checkout our Google Group or our Slack Team for any support or other questions.
Want to contribute to this Wiki? Fork it and send a pull request.