Skip to content

Commit

Permalink
Non-breaking change for munki name override-ability
Browse files Browse the repository at this point in the history
Pardon the lag, especially to jimrt, and please check your overrides
that this has the desired effect.
  • Loading branch information
arubdesu committed Jul 1, 2015
1 parent 2d46cc0 commit b089439
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 1 deletion.
4 changes: 4 additions & 0 deletions MSOffice2016/MSExcel2016.pkg.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ http://msdn.microsoft.com/en-us/library/ee825488(v=cs.20).aspx for a table of Cu
<string>latest</string>
<key>CULTURE_CODE</key>
<string>0409</string>
<key>MUNKI_UPDATE_NAME</key>
<string>Excel_2016_Installer</string>
</dict>
<key>Process</key>
<array>
Expand All @@ -29,6 +31,8 @@ http://msdn.microsoft.com/en-us/library/ee825488(v=cs.20).aspx for a table of Cu
<dict>
<key>product</key>
<string>Excel</string>
<key>munki_update_name</key>
<string>%MUNKI_UPDATE_NAME%</string>
</dict>
</dict>
<dict>
Expand Down
4 changes: 4 additions & 0 deletions MSOffice2016/MSOneNote.pkg.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ http://msdn.microsoft.com/en-us/library/ee825488(v=cs.20).aspx for a table of Cu
<string>Microsoft OneNote 2016</string>
<key>CULTURE_CODE</key>
<string>0409</string>
<key>MUNKI_UPDATE_NAME</key>
<string>OneNote_2016_Installer</string>
</dict>
<key>Process</key>
<array>
Expand All @@ -26,6 +28,8 @@ http://msdn.microsoft.com/en-us/library/ee825488(v=cs.20).aspx for a table of Cu
<dict>
<key>product</key>
<string>OneNote</string>
<key>munki_update_name</key>
<string>%MUNKI_UPDATE_NAME%</string>
</dict>
</dict>
<dict>
Expand Down
6 changes: 5 additions & 1 deletion MSOffice2016/MSPowerpoint2016.pkg.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ http://msdn.microsoft.com/en-us/library/ee825488(v=cs.20).aspx for a table of Cu
<string>latest</string>
<key>CULTURE_CODE</key>
<string>0409</string>
<key>MUNKI_UPDATE_NAME</key>
<string>PowerPoint_2016_Installer</string>
</dict>
<key>Process</key>
<array>
Expand All @@ -28,7 +30,9 @@ http://msdn.microsoft.com/en-us/library/ee825488(v=cs.20).aspx for a table of Cu
<key>Arguments</key>
<dict>
<key>product</key>
<string>PowerPoint</string>
<string>Word</string>
<key>munki_update_name</key>
<string>%MUNKI_UPDATE_NAME%</string>
</dict>
</dict>
<dict>
Expand Down
4 changes: 4 additions & 0 deletions MSOffice2016/MSWord2016.pkg.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ http://msdn.microsoft.com/en-us/library/ee825488(v=cs.20).aspx for a table of Cu
<string>latest</string>
<key>CULTURE_CODE</key>
<string>0409</string>
<key>MUNKI_UPDATE_NAME</key>
<string>Word_2016_Installer</string>
</dict>
<key>Process</key>
<array>
Expand All @@ -29,6 +31,8 @@ http://msdn.microsoft.com/en-us/library/ee825488(v=cs.20).aspx for a table of Cu
<dict>
<key>product</key>
<string>Word</string>
<key>munki_update_name</key>
<string>%MUNKI_UPDATE_NAME%</string>
</dict>
</dict>
<dict>
Expand Down

0 comments on commit b089439

Please sign in to comment.