Skip to content

Instantly share code, notes, and snippets.

View jyaworski's full-sized avatar

Joseph (Jy) Yaworski jyaworski

View GitHub Profile

Keybase proof

I hereby claim:

  • I am jyaworski on github.
  • I am jyaworski (https://keybase.io/jyaworski) on keybase.
  • I have a public key ASBX5MXaTGw2QRO6-oxSMyvpcK8R1kt_Qr4tIKGeSq10hQo

To claim this, I am signing this object:

[debug] Created tunnel using local port: '51628'
[debug] SERVER: "127.0.0.1:51628"
Release "haproxy-ingress" does not exist. Installing it now.
[debug] CHART PATH: /Users/josephyaworski/r1s/k8s/deployment-manifests/helm/charts/haproxy/haproxy-ingress
NAME: haproxy-ingress
REVISION: 1
RELEASED: Mon Jan 14 08:25:08 2019
ZSH 5.2
.zshrc:
zstyle ':omz:plugins:ssh-agent' lifetime 4h
script.zsh:
local lifetime
zstyle -s ':omz:plugins:ssh-agent' lifetime lifetime
echo $lifetime
@jyaworski
jyaworski / ugly.pp
Last active October 27, 2015 21:15
lass baseline::users ($user_hash = 'undef'){
# Used in create_resources, so we don't care about the username. It's the hash username
define blah_user ($home_root = '/home', $ssh_public_key) {
$keyvars_array = split($ssh_public_key, ' ')
$username = $title
user { $username:
ensure => present,
managehome => false,