This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| ################################################################ | |
| # # | |
| # Author: Calum Hunter # | |
| # Date: 04-01-2016 # | |
| # Version: 0.2 # | |
| # Purpose: Munki Conditional to determine if the client # | |
| # machine is eligible for iWork and or iLife # | |
| # Based on the bundled software information # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| ###################################################################################### | |
| # # | |
| # Author: Calum Hunter # | |
| # Date: 27/10/2015 # | |
| # Version: 0.7 # | |
| # Purpose: Script to clean up an AutoCasperNBI for use with DEC Strapper. # | |
| # # | |
| # # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Ensure we have docker running and enabled (starts at boot) | |
| service {"docker": | |
| ensure => running, | |
| enable => true, | |
| } | |
| # Ensure we have docker installed and it is the required version. | |
| package { "docker": | |
| ensure => "1.7.1-115.el7", | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Ensure we have docker running and enabled (starts at boot) | |
| service {"docker": | |
| ensure => running, | |
| enable => true, | |
| } | |
| # Ensure we have docker installed and it is the required version. | |
| package { "docker": | |
| ensure => "1.7.1-115.el7", | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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>PayloadContent</key> | |
| <array> | |
| <dict> | |
| <key>PayloadContent</key> | |
| <dict> | |
| <key>com.microsoft.Word</key> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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>PayloadContent</key> | |
| <array> | |
| <dict> | |
| <key>PayloadContent</key> | |
| <dict> | |
| <key>com.microsoft.Word</key> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| ########################################################################### | |
| # Postinstall script to install Adobe Captivate 9 an addtional components # | |
| # Author: Calum Hunter # | |
| # Date: 27-08-2015 # | |
| # Version: 1.0 # | |
| ########################################################################### | |
| # Set current directory name |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
| <Deployment> | |
| <Properties> | |
| <Property name="INSTALLDIR">/Users/Shared/Adobe/eLearning Assets/Characters_9_0</Property> | |
| <Property name="installLanguage">en_US</Property> | |
| <Property name="installSourcePath">REPLACEME</Property> | |
| </Properties> | |
| <Payloads> | |
| <!-- Adobe eLearning Assets All --> | |
| <Payload adobeCode="{0688EA01-XXXX-XXXX-XXXX-XXXXXXX418}"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
| <Deployment> | |
| <Properties> | |
| <Property name="INSTALLDIR">/Applications/Adobe Captivate Voices 9</Property> | |
| <Property name="installLanguage">en_US</Property> | |
| <Property name="installSourcePath">REPLACEME</Property> | |
| </Properties> | |
| <Payloads> | |
| <!-- Adobe Captivate Voices 9 --> | |
| <Payload adobeCode="{BBCD0XXX-XXXX-XXXX-XXXX-XXXXXX8214}"> |