This repository has been archived by the owner on Aug 12, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtesting_imagr_config.plist
executable file
·146 lines (146 loc) · 3.88 KB
/
testing_imagr_config.plist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>password</key>
<string>278c0c9360772fc0ab2f25c7bcafdd2579e3aa05ba4041abbf30d0ebe4c9b8b1b56f4b1ba822ccf32072e3ac443b14b49d99fa1201b02011fd486078d83b3cde</string>
<key>workflows</key>
<array>
<dict>
<key>name</key>
<string>Yosemite Upgrade - Base</string>
<key>description</key>
<string>Erases the target volume, deploys a 10.10.3 base image.</string>
<key>restart_action</key>
<string>restart</string>
<key>bless_target</key>
<false/>
<key>components</key>
<array>
<dict>
<key>type</key>
<string>eraseVolume</string>
</dict>
<dict>
<key>type</key>
<string>package</string>
<key>url</key>
<string>http://repo.sacredsf.org/munki/imagr/InstallYosemite-10.10.3.dmg</string>
<key>first_boot</key>
<false/>
</dict>
</array>
</dict>
<dict>
<key>name</key>
<string>Yosemite Upgrade</string>
<key>description</key>
<string>Deploys a 10.10.3 image with Munki Tools and its configuration. Does NOT wipe the drive first.</string>
<key>restart_action</key>
<string>restart</string>
<key>bless_target</key>
<false/>
<key>components</key>
<array>
<dict>
<key>type</key>
<string>package</string>
<key>url</key>
<string>http://repo.sacredsf.org/munki/imagr/InstallYosemite-10.10.3.dmg</string>
<key>first_boot</key>
<false/>
</dict>
<dict>
<key>type</key>
<string>package</string>
<key>url</key>
<string>http://repo.sacredsf.org/munki/imagr/Profile-ManagedInstalls-10.10Signed-2.5.pkg</string>
<key>first_boot</key>
<false/>
</dict>
</array>
</dict>
<dict>
<key>name</key>
<string>Yosemite Upgrade - Aggressive</string>
<key>description</key>
<string>Erases target volume, then deploys a 10.10.3 image with Munki Tools and its configuration.</string>
<key>restart_action</key>
<string>restart</string>
<key>bless_target</key>
<false/>
<key>components</key>
<array>
<dict>
<key>type</key>
<string>eraseVolume</string>
</dict>
<dict>
<key>type</key>
<string>package</string>
<key>url</key>
<string>http://repo.sacredsf.org/munki/imagr/InstallYosemite-10.10.3.dmg</string>
<key>first_boot</key>
<false/>
</dict>
<dict>
<key>type</key>
<string>package</string>
<key>url</key>
<string>http://repo.sacredsf.org/munki/imagr/Profile-ManagedInstalls-10.10Signed-2.5.pkg</string>
<key>first_boot</key>
<false/>
</dict>
</array>
</dict>
<dict>
<key>name</key>
<string>Attempted Formatting</string>
<key>description</key>
<string>Partition into "Hell" + "Yeah", set "Hell" as target, install package</string>
<key>restart_action</key>
<string>none</string>
<key>bless_target</key>
<false/>
<key>components</key>
<array>
<dict>
<key>type</key>
<string>partition</string>
<key>map</key>
<string>GPTFormat</string>
<key>partitions</key>
<array>
<dict>
<key>format_type</key>
<string>Journaled HFS+</string>
<key>name</key>
<string>Hell</string>
<key>size</key>
<string>50%</string>
<key>target</key>
<true/>
</dict>
<dict>
<key>format_type</key>
<string>Journaled HFS+</string>
<key>name</key>
<string>Yeah</string>
<key>size</key>
<string>50%</string>
</dict>
</array>
</dict>
<dict>
<key>type</key>
<string>package</string>
<key>url</key>
<string>http://repo.sacredsf.org/munki/imagr/Profile-ManagedInstalls-10.10Signed-2.5.pkg</string>
<key>first_boot</key>
<false/>
</dict>
</array>
</dict>
</array>
</dict>
</plist>