Support for Layman
Add the given overlay from the cached remote list to your locally installed overlays. Specify 'ALL' to add all overlays from the remote list.
Return a list of the new overlay(s) added:
CLI Example:
salt '*' layman.add <overlay name>
Remove the given overlay from the your locally installed overlays. Specify 'ALL' to remove all overlays.
Return a list of the overlays(s) that were removed:
CLI Example:
salt '*' layman.delete <overlay name>
List all overlays, including remote ones.
Return a list of available overlays:
CLI Example:
salt '*' layman.list_all
List the locally installed overlays.
Return a list of installed overlays:
CLI Example:
salt '*' layman.list_local
Update the specified overlay. Use 'ALL' to synchronize all overlays. This is the default if no overlay is specified.
Name of the overlay to sync. (Defaults to 'ALL')
CLI Example:
salt '*' layman.sync
Generated on October 23, 2024 at 09:02:06 UTC.
You are viewing docs for the latest stable release, 3007.1. Switch to docs for the previous stable release, 3006.9, or to a recent doc build from the master branch.
© 2024 VMware, Inc. | Privacy Policy