From 9d36f7ba84a16bf1702833fddd4aea2a1d6477aa Mon Sep 17 00:00:00 2001 From: Jesse Peterson Date: Sat, 18 Mar 2017 19:02:57 -0700 Subject: [PATCH] Added skip_setup_items examples --- get.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/get.go b/get.go index e75888f9..0174676b 100644 --- a/get.go +++ b/get.go @@ -132,7 +132,7 @@ func getDepProfileTpl(client dep.Client, args []string) error { OrgMagic: "(Optional)", AnchorCerts: []string{}, SupervisingHostCerts: []string{}, - SkipSetupItems: []string{}, + SkipSetupItems: []string{"AppleID", "Android"}, Department: "(Optional) support@example.com", Devices: []string{}, } @@ -155,7 +155,7 @@ func getDepProfileTpl(client dep.Client, args []string) error { "org_magic": "(Optional)", "anchor_certs": [], "supervising_host_certs": [], - "skip_setup_items": [], + "skip_setup_items": ["AppleID", "Android"], "deparment": "(Optional) support@example.com", "devices": [] }`