Include cockpit-packagekit by default in @headless-management

Cockpit now supports the ability to update packages on systems
with PackageKit. We should include this capability whenever Cockpit is
installed as part of headless management.

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
Stephen Gallagher 2017-06-23 09:51:47 -04:00
parent 375eecb79d
commit b51905006c
No known key found for this signature in database
GPG Key ID: 7A25556236BAA3A3
2 changed files with 2 additions and 0 deletions

View File

@ -3164,6 +3164,7 @@
<packagelist>
<packagereq type="mandatory">cockpit-bridge</packagereq>
<packagereq type="mandatory">cockpit-networkmanager</packagereq>
<packagereq type="mandatory">cockpit-packagekit</packagereq>
<packagereq type="mandatory">cockpit-shell</packagereq>
<packagereq type="mandatory">cockpit-storaged</packagereq>
<packagereq type="mandatory">cockpit-ws</packagereq>

View File

@ -3167,6 +3167,7 @@
<packagelist>
<packagereq type="mandatory">cockpit-bridge</packagereq>
<packagereq type="mandatory">cockpit-networkmanager</packagereq>
<packagereq type="mandatory">cockpit-packagekit</packagereq>
<packagereq type="mandatory">cockpit-shell</packagereq>
<packagereq type="mandatory">cockpit-storaged</packagereq>
<packagereq type="mandatory">cockpit-ws</packagereq>