A major mode for editing Git commit messages.
Highlight the formatting of git commit messages and indicate errors according to the guidelines for commit messages (see http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
group { 'puppet': | |
ensure => present, | |
} | |
class initial_setup { | |
exec { 'apt-get update': | |
command => '/usr/bin/apt-get update', | |
} | |
package { "essential-packages": |
# -*- mode: ruby -*- | |
# vi: set ft=ruby : | |
# Vagrantfile API/syntax version. Don't touch unless you know what you're doing! | |
VAGRANTFILE_API_VERSION = "2" | |
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| | |
config.vm.define "development", primary: true do |dev| | |
dev.vm.box = "precise-64" |
forge "http://forge.puppetlabs.com" | |
mod "nodes/php" | |
mod "puppetlabs/mysql" | |
mod "willdurand/composer" | |
A major mode for editing Git commit messages.
Highlight the formatting of git commit messages and indicate errors according to the guidelines for commit messages (see http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
2014/01/29 17:29:41 Packer Version: 0.5.1 eeefde8fc71444fdfc77711dc0e2789fa9b3b7d2 | |
2014/01/29 17:29:41 Packer Target OS/Arch: linux amd64 | |
2014/01/29 17:29:41 Built with Go Version: go1.2 | |
2014/01/29 17:29:41 Detected home directory from env var: /home/sean | |
2014/01/29 17:29:41 Attempting to open config file: /home/sean/.packerconfig | |
2014/01/29 17:29:41 File doesn't exist, but doesn't need to. Ignoring. | |
2014/01/29 17:29:41 Packer config: &{PluginMinPort:0 PluginMaxPort:0 Builders:map[amazon-chroot:packer-builder-amazon-chroot docker:packer-builder-docker googlecompute:packer-builder-googlecompute openstack:packer-builder-openstack vmware-iso:packer-builder-vmware-iso amazon-ebs:packer-builder-amazon-ebs amazon-instance:packer-builder-amazon-instance digitalocean:packer-builder-digitalocean qemu:packer-builder-qemu virtualbox-iso:packer-builder-virtualbox-iso virtualbox-ovf:packer-builder-virtualbox-ovf vmware-vmx:packer-builder-vmware-vmx] Commands:map[build:packer-command-build fix:packer-command-fix inspect:p |
{ | |
"builders": [ | |
{ | |
"boot_command": [ | |
"<esc><esc><enter><wait>", | |
"/install/vmlinuz noapic ", | |
"preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/preseed.cfg ", | |
"debian-installer=en_US auto locale=en_US kbd-chooser/method=us ", | |
"hostname={{ .Name }} ", | |
"fb=false debconf/frontend=noninteractive ", |
Reply-To: VHS Talk <[email protected]> | |
Message-ID: <[email protected]> | |
In-Reply-To: <topic/[email protected]> | |
References: <topic/[email protected]> | |
List-Unsubscribe: <https://talk.hackspace.ca/my/preferences> | |
List-ID: <projects.talk.hackspace.ca> | |
List-Archive: https://talk.hackspace.ca/t/pro-mini-tip-customized-header-pins/342 |
ACTION!="add|change", GOTO="yubico_end" | |
# Udev rules for letting the console user access the Yubikey USB | |
# device node, needed for challenge/response to work correctly. | |
# Yubico Yubikey II | |
ATTRS{idVendor}=="1050", ATTRS{idProduct}=="0010|0110|0111|0116", \ | |
ENV{ID_SECURITY_TOKEN}="1" | |
LABEL="yubico_end" |
### Keybase proof | |
I hereby claim: | |
* I am seanhagen on github. | |
* I am seanhagen (https://keybase.io/seanhagen) on keybase. | |
* I have a public key whose fingerprint is A1C5 3473 CFD5 F587 B83C 0B39 78FD 721B AAD2 F03A | |
To claim this, I am signing this object: |
[827006.380] | |
X.Org X Server 1.17.1 | |
Release Date: 2015-02-10 | |
[827006.380] X Protocol Version 11, Revision 0 | |
[827006.380] Build Operating System: Linux 3.2.0-61-generic x86_64 Ubuntu | |
[827006.381] Current Operating System: Linux TheBlackTower 3.16.0-44-generic #59-Ubuntu SMP Tue Jul 7 02:07:39 UTC 2015 x86_64 | |
[827006.381] Kernel command line: BOOT_IMAGE=/vmlinuz-3.16.0-44-generic root=UUID=4d660831-94d3-4c99-828c-1e360d6d6358 ro quiet splash vt.handoff=7 | |
[827006.381] Build Date: 19 March 2015 09:26:59AM | |
[827006.381] xorg-server 2:1.17.1-0ubuntu3 (For technical support please see http://www.ubuntu.com/support) | |
[827006.381] Current version of pixman: 0.32.6 |