Make networkmanager service example optional.

This commit is contained in:
Teo Mrnjavac 2014-11-27 10:57:09 +01:00
parent 5bb7755925
commit 5b864c5dc3

View File

@ -3,7 +3,7 @@
services:
- name: "NetworkManager" #name of the service file
mandatory: true #true=> if enabling fails the installer errors out and quits
mandatory: false #true=> if enabling fails the installer errors out and quits
#false=>if enabling fails print warning to console and continue
- name: "cups"
mandatory: false