Skip to content

Commit

Permalink
Define the MSOfficeUpdates developer and category (#262)
Browse files Browse the repository at this point in the history
Add 'Microsoft' as developer for products.
  • Loading branch information
delize authored and gregneagle committed Aug 22, 2018
1 parent e77d819 commit 0917c7b
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 5 deletions.
4 changes: 3 additions & 1 deletion MSOfficeUpdates/MSAutoUpdate.munki.recipe
Expand Up @@ -48,6 +48,8 @@ the latest full update for the given CHANNEL.
<array> <array>
<string>testing</string> <string>testing</string>
</array> </array>
<key>developer</key>
<string>Microsoft</string>
<key>display_name</key> <key>display_name</key>
<string>Microsoft AutoUpdate</string> <string>Microsoft AutoUpdate</string>
<key>name</key> <key>name</key>
Expand Down Expand Up @@ -81,4 +83,4 @@ the latest full update for the given CHANNEL.
</dict> </dict>
</array> </array>
</dict> </dict>
</plist> </plist>
4 changes: 3 additions & 1 deletion MSOfficeUpdates/MSExcel2016.munki.recipe
Expand Up @@ -52,6 +52,8 @@ installer for the given CHANNEL. 'latest-standalone' does not support
<array> <array>
<string>testing</string> <string>testing</string>
</array> </array>
<key>developer</key>
<string>Microsoft</string>
<key>display_name</key> <key>display_name</key>
<string>Microsoft Excel for Mac</string> <string>Microsoft Excel for Mac</string>
<key>name</key> <key>name</key>
Expand Down Expand Up @@ -85,4 +87,4 @@ installer for the given CHANNEL. 'latest-standalone' does not support
</dict> </dict>
</array> </array>
</dict> </dict>
</plist> </plist>
2 changes: 2 additions & 0 deletions MSOfficeUpdates/MSOffice2011Updates.munki.recipe
Expand Up @@ -66,6 +66,8 @@ certificate for the downloaded update can still be manually verified, however.
<array> <array>
<string>testing</string> <string>testing</string>
</array> </array>
<key>developer</key>
<string>Microsoft</string>
<key>update_for</key> <key>update_for</key>
<array> <array>
<string>Office2011</string> <string>Office2011</string>
Expand Down
4 changes: 3 additions & 1 deletion MSOfficeUpdates/MSOneNote2016.munki.recipe
Expand Up @@ -52,6 +52,8 @@ installer for the given CHANNEL. 'latest-standalone' does not support
<array> <array>
<string>testing</string> <string>testing</string>
</array> </array>
<key>developer</key>
<string>Microsoft</string>
<key>display_name</key> <key>display_name</key>
<string>Microsoft OneNote for Mac</string> <string>Microsoft OneNote for Mac</string>
<key>name</key> <key>name</key>
Expand Down Expand Up @@ -85,4 +87,4 @@ installer for the given CHANNEL. 'latest-standalone' does not support
</dict> </dict>
</array> </array>
</dict> </dict>
</plist> </plist>
2 changes: 2 additions & 0 deletions MSOfficeUpdates/MSOutlook2016.munki.recipe
Expand Up @@ -54,6 +54,8 @@ installer for the given CHANNEL. 'latest-standalone' does not support
</array> </array>
<key>display_name</key> <key>display_name</key>
<string>Microsoft Outlook for Mac</string> <string>Microsoft Outlook for Mac</string>
<key>developer</key>
<string>Microsoft</string>
<key>name</key> <key>name</key>
<string>%NAME%</string> <string>%NAME%</string>
<key>unattended_install</key> <key>unattended_install</key>
Expand Down
2 changes: 2 additions & 0 deletions MSOfficeUpdates/MSPowerPoint2016.munki.recipe
Expand Up @@ -54,6 +54,8 @@ installer for the given CHANNEL. 'latest-standalone' does not support
</array> </array>
<key>display_name</key> <key>display_name</key>
<string>Microsoft PowerPoint for Mac</string> <string>Microsoft PowerPoint for Mac</string>
<key>developer</key>
<string>Microsoft</string>
<key>name</key> <key>name</key>
<string>%NAME%</string> <string>%NAME%</string>
<key>unattended_install</key> <key>unattended_install</key>
Expand Down
4 changes: 3 additions & 1 deletion MSOfficeUpdates/MSWord2016.munki.recipe
Expand Up @@ -54,6 +54,8 @@ installer for the given CHANNEL. 'latest-standalone' does not support
</array> </array>
<key>display_name</key> <key>display_name</key>
<string>Microsoft Word for Mac</string> <string>Microsoft Word for Mac</string>
<key>developer</key>
<string>Microsoft</string>
<key>name</key> <key>name</key>
<string>%NAME%</string> <string>%NAME%</string>
<key>unattended_install</key> <key>unattended_install</key>
Expand Down Expand Up @@ -85,4 +87,4 @@ installer for the given CHANNEL. 'latest-standalone' does not support
</dict> </dict>
</array> </array>
</dict> </dict>
</plist> </plist>
4 changes: 3 additions & 1 deletion MSOfficeUpdates/SkypeForBusiness.munki.recipe
Expand Up @@ -50,6 +50,8 @@ the latest full update for the given CHANNEL.
</array> </array>
<key>display_name</key> <key>display_name</key>
<string>Skype for Business</string> <string>Skype for Business</string>
<key>developer</key>
<string>Microsoft</string>
<key>name</key> <key>name</key>
<string>%NAME%</string> <string>%NAME%</string>
<key>unattended_install</key> <key>unattended_install</key>
Expand Down Expand Up @@ -81,4 +83,4 @@ the latest full update for the given CHANNEL.
</dict> </dict>
</array> </array>
</dict> </dict>
</plist> </plist>

0 comments on commit 0917c7b

Please sign in to comment.