Skip to content

Featured Items in Managed Software Center

Greg Neagle edited this page Jun 7, 2017 · 14 revisions

Support for displaying "Featured Items" in Managed Software Center

About Featured Items

Support for Featured Items in Managed Software Center is a new feature for Munki 3.

Overview

Managed Software Center will display "Featured" items if there are any in the list of optional installs. If there are any "Featured" items, it replaces the "All Items" view.

Implementation

Add a featured_items section to a manifest containing the items you wish to feature:

        <key>featured_items</key>
        <array>
            <string>Office2016</string>
            <string>Slack</string>
            <string>SuperSolitaire2017</string>
        </array>

Featured items must be available via optional_installs; in other words, adding an item to featured_items does not automatically make it an optional_install -- it only makes it "Featured" if it is an optional_install. Yes, this means maintaining an item in two lists: optional_installs to make it available as an optional install, and featured_items to have it displayed with other featured items. But this allows one to feature different items for different groups.

Introduction

Future plans

Munki 6.1

Munki 6

Munki 5

Managed Software Center

Command-line Tools

Munki configuration

Manifests

Catalogs

Pkginfo

More Munki Features

Advanced Munki

Related tasks

App Management

More

Product-specific notes

Legacy Documentation

Clone this wiki locally