View gist:6048949
This file contains 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
#Sends push over notifications using a json file that contains the user-keys and tokens | |
class Pushover | |
def initialize | |
json = File.read("json/pushover.json") | |
@users = JSON.parse(json)['users'] | |
@endpoint = "https://api.pushover.net/1/messages.json" | |
end | |
def send(message) |
View gist:8586761
This file contains 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
{ | |
"provisioners": [ | |
{ | |
"type": "shell", | |
"scripts": [ | |
"scripts/base.sh", | |
"scripts/vagrant.sh", | |
"scripts/virtualbox.sh", | |
"scripts/vmware.sh" | |
], |
View Rundeck-Commands4-Windows
This file contains 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
/cygdrive/c/Progra~2/Puppet\ Labs/Puppet\ Enterprise/bin/facter.bat | |
/cygdrive/c/Progra~2/Puppet\ Labs/Puppet\ Enterprise/bin/facter.bat puppetversion | |
/cygdrive/c/Progra~2/Puppet\ Labs/Puppet\ Enterprise/bin/puppet.bat --version | |
View gist:7b9b18798bc969c72952
This file contains 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"?> | |
<unattend xmlns="urn:schemas-microsoft-com:unattend"> | |
<servicing/> | |
<settings pass="windowsPE"> | |
<component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"> | |
<DiskConfiguration> | |
<Disk wcm:action="add"> | |
<CreatePartitions> | |
<CreatePartition wcm:action="add"> | |
<Order>1</Order> |
View puppet.bat
This file contains 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
puppet apply -vd --modulepath=C:\Temp\modules --hiera_config=C:\vagrant\conf\hiera.yaml --fileserverconfig=C:\vagrant\conf\fileserver.conf --parser future C:\Temp\manifests\site.pp |
View puppet-untar-windows.pp
This file contains 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
... | |
command => "cmd.exe /c 7z.exe x ${shared_drive}\\java\\${pkg}.tar.gz -so | 7z.exe x -aoa -si -ttar -o\"C:\\Program Files\\Java\" -y", | |
... |
View trusty-preseed
This file contains 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
choose-mirror-bin mirror/http/proxy string | |
d-i base-installer/kernel/override-image string linux-server | |
d-i clock-setup/utc boolean true | |
d-i clock-setup/utc-auto boolean true | |
d-i finish-install/reboot_in_progress note | |
d-i grub-installer/only_debian boolean true | |
d-i grub-installer/with_other_os boolean true | |
d-i partman-auto-lvm/guided_size string max | |
d-i partman-auto/choose_recipe select atomic | |
d-i partman-auto/method string lvm |
View parallels-log
This file contains 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
PACKER_LOG=debug packer build -only=parallels-iso win7sp1.json | |
2014/09/12 18:17:22 Packer Version: 0.7.1 | |
2014/09/12 18:17:22 Packer Target OS/Arch: darwin amd64 | |
2014/09/12 18:17:22 Built with Go Version: go1.3.1 | |
2014/09/12 18:17:22 [DEBUG] Discoverd plugin: amazon-chroot = /usr/local/bin/packer-builder-amazon-chroot | |
2014/09/12 18:17:22 [DEBUG] Discoverd plugin: amazon-ebs = /usr/local/bin/packer-builder-amazon-ebs | |
2014/09/12 18:17:22 [DEBUG] Discoverd plugin: amazon-instance = /usr/local/bin/packer-builder-amazon-instance | |
2014/09/12 18:17:22 [DEBUG] Discoverd plugin: digitalocean = /usr/local/bin/packer-builder-digitalocean | |
2014/09/12 18:17:22 [DEBUG] Discoverd plugin: docker = /usr/local/bin/packer-builder-docker | |
2014/09/12 18:17:22 [DEBUG] Discoverd plugin: googlecompute = /usr/local/bin/packer-builder-googlecompute |
View lmayorga-terminal
This file contains 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>ANSIBlackColor</key> | |
<data> | |
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS | |
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw | |
LjMwNTg4MjM1MjkgMC4zMDU4ODIzNTI5IDAuMzA1ODgyMzUyOQAQAoAC0hAREhNaJGNs | |
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp |
View parallels-setup.log
This file contains 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
2014-09-23 11.04.53 : | |
2014-09-23 11.04.53 : -------------------------------------------- | |
2014-09-23 11.04.53 : Started: 'C:\Windows\Temp\PrlToolsPackages\setup.exe' '--clearindication' | |
2014-09-23 11.04.53 : Detected: UserDefaultUILang 0x409, SystemDefaultLang 0x409 | |
2014-09-23 11.04.53 : CLangBaseApp::GetSupportedLangID(): Language 1033 supported | |
2014-09-23 11.04.53 : CLangBaseApp::GetSupportedLangID(): Language 1033 supported | |
2014-09-23 11.04.53 : CLangBaseApp::SetLangID(): Set current language to 409(1033), en_US | |
2014-09-23 11.04.53 : Key 'Software\Parallels\Parallels Tools' open error 0x2. | |
2014-09-23 11.04.53 : IsUserAdmin()=1, IsIsaHal()=0, HadAcpiHal()=1, IsWinXP()=0 IsWin2003()=0 | |
2014-09-23 11.04.53 : RemoveScheduleSelfRunOnce: failed to clean [prl_tools_setup_once.exe] |
OlderNewer