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 | |
| ### | |
| # | |
| # Name: bash_version.sh | |
| # Description: Casper extension attribute that returns the installed | |
| # version of /bin/bash. | |
| # Author: Elliot Jordan <elliot@lindegroup.com> | |
| # Created: 2014-09-25 | |
| # Last Modified: 2014-09-25 |
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 | |
| ### | |
| # | |
| # Name: iworm_check.sh | |
| # Description: Casper extension attribute that checks whether iWorm is | |
| # detected. | |
| # Author: Elliot Jordan <elliot@lindegroup.com> | |
| # Created: 2014-10-03 | |
| # Last Modified: 2014-10-03 |
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 | |
| # This function will echo text centered horizontally within the shell window. | |
| echo_centered () { | |
| # The character to be used as left/right filler. | |
| if [[ -n "$2" ]]; then | |
| FILLER="$2" | |
| else | |
| FILLER="=" |
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
| /usr/bin/python /usr/local/bin/autopkg run --recipe-list ~/Library/Application\ Support/AutoPkgr/recipe_list.txt --report-plist /tmp/autopkg-test.xml |
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
| /usr/bin/python /usr/local/bin/autopkg run --recipe-list ~/Library/Application\ Support/AutoPkgr/recipe_list.txt --report-plist /tmp/autopkg-output.xml |
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
| (#MacIT2015) OR (#MacITconf) OR (@MacITconf) OR (#MacIT -NERMAC -NERİMAN -FATIHHARBIYE lang:en) |
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
| #!/usr/bin/env python | |
| """ | |
| Name: show_unused_munki_packages.py | |
| Description: Given a path to a Munki repo, this script will tell you | |
| which package names are unused in any manifests. Useful for | |
| detecting things that were imported into Munki but never | |
| added to a manifest. | |
| Author: Elliot Jordan <elliot@lindegroup.com> |
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>Description</key> | |
| <string>Downloads the current release version of Eclipse.</string> | |
| <key>Identifier</key> | |
| <string>com.github.sheagcraig.download.EclipseIDE</string> | |
| <key>Input</key> | |
| <dict> |
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
| #!/usr/bin/python | |
| import jss | |
| # Connect to the JSS. (Requires python-jss to be configured.) | |
| jss_prefs = jss.JSSPrefs() | |
| j = jss.JSS(jss_prefs) | |
| # Print computer groups. | |
| print j.ComputerGroup() |
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
| variables: | |
| TZ: America/Los_Angeles | |
| munkipkg_linting: | |
| script: python munkipkg_linting.py |
OlderNewer