Skip to content

Instantly share code, notes, and snippets.

View apeschel's full-sized avatar
:octocat:
Forking off

Aaron Peschel apeschel

:octocat:
Forking off
View GitHub Profile
Selecting FBConfig
GLX_FBCONFIG_ID=394
GLX_BUFFER_SIZE=32
GLX_DOUBLEBUFFER=1
GLX_RED_SIZE=8
GLX_GREEN_SIZE=8
GLX_BLUE_SIZE=8
GLX_ALPHA_SIZE=8
GLX_DEPTH_SIZE=24
consul-template -log-level=trace -vault-renew-token=false -template "in.tpl:out.txt" -once -dry
2018/10/15 18:40:52.054616 [INFO] consul-template v0.19.5 (f8c8205)
2018/10/15 18:40:52.054659 [INFO] (runner) creating new runner (dry: true, once: true)
2018/10/15 18:40:52.055000 [DEBUG] (runner) final config: {"Consul":{"Address":"","Auth":{"Enabled":false,"Username":"","Password":""},"Retry":{"Attempts":12,"Backoff":250000000,"MaxBackoff":60000000000,"Enabled":true},"SSL":{"CaCert":"","CaPath":"","Cert":"","Enabled":false,"Key":"","ServerName":"","Verify":true},"Token":"","Transport":{"DialKeepAlive":30000000000,"DialTimeout":30000000000,"DisableKeepAlives":false,"IdleConnTimeout":90000000000,"MaxIdleConns":100,"MaxIdleConnsPerHost":9,"TLSHandshakeTimeout":10000000000}},"Dedup":{"Enabled":false,"MaxStale":2000000000,"Prefix":"consul-template/dedup/","TTL":15000000000},"Exec":{"Command":"","Enabled":false,"Env":{"Blacklist":[],"Custom":[],"Pristine":false,"Whitelist":[]},"KillSignal":2,"KillTimeout":30000000000
class docker_compose::install {
$docker_compose_url = "https://github.com/docker/compose/releases/download/${docker_compose::version}/docker-compose-Linux-x86_64"
$docker_compose_bin = "${docker_compose::bin_dir}/docker-compose"
file { $docker_compose_bin:
ensure => file,
mode => '755',
source => $docker_compose_url,
}
}
Ignoring ffi-1.9.14 because its extensions are not built. Try: gem pristine ffi --version 1.9.14
Ignoring nokogiri-1.6.7.1 because its extensions are not built. Try: gem pristine nokogiri --version 1.6.7.1
Ignoring unf_ext-0.0.7.2 because its extensions are not built. Try: gem pristine unf_ext --version 0.0.7.2
$ sudo netstat -tulpn
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 3175/haproxy
tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 3175/haproxy
foo = "foo"
bar = "bar"
baz = %w(a b c d)
result = [foo, bar, *baz]
diff --git a/src/confdb/confdb.h b/src/confdb/confdb.h
index df45433..9aa2648 100644
--- a/src/confdb/confdb.h
+++ b/src/confdb/confdb.h
@@ -124,6 +124,8 @@
#define CONFDB_DEFAULT_SUDO_CACHE_TIMEOUT 180
#define CONFDB_SUDO_TIMED "sudo_timed"
#define CONFDB_DEFAULT_SUDO_TIMED false
+#define CONFDB_SUDO_INVERSE_ORDER "sudo_inverse_order"
+#define CONFDB_DEFAULT_SUDO_INVERSE_ORDER false
@apeschel
apeschel / -
Created December 29, 2015 22:13
Writing a default package environment file to
/home/aaron/HaskellKoans/cabal.sandbox.config
Using an existing sandbox located at /home/aaron/HaskellKoans/.cabal-sandbox
Resolving dependencies...
Configuring testloop-0.1.1.0...
Building testloop-0.1.1.0...
Preprocessing library testloop-0.1.1.0...
[1 of 6] Compiling System.TestLoop.Internal.Signal ( src/System/TestLoop/Internal/Signal.hs, dist/dist-sandbox-889fccb3/build/System/TestLoop/Internal/Signal.o )
[2 of 6] Compiling System.TestLoop.Util ( src/System/TestLoop/Util.hs, dist/dist-sandbox-889fccb3/build/System/TestLoop/Util.o )
[3 of 6] Compiling System.TestLoop.Internal.Types ( src/System/TestLoop/Internal/Types.hs, dist/dist-sandbox-889fccb3/build/System/TestLoop/Internal/Types.o )
@apeschel
apeschel / -
Created December 29, 2015 21:44
Writing a default package environment file to
/home/aaron/HaskellKoans/cabal.sandbox.config
Using an existing sandbox located at /home/aaron/HaskellKoans/.cabal-sandbox
Resolving dependencies...
cabal: Could not resolve dependencies:
trying: HaskellKoans-0.1 (user goal)
trying: base-4.8.2.0/installed-0d6... (dependency of HaskellKoans-0.1)
trying: testloop-0.1.1.0 (dependency of HaskellKoans-0.1)
next goal: unix (dependency of testloop-0.1.1.0)
rejecting: unix-2.7.1.0/installed-343..., 2.7.1.0, 2.7.0.1, 2.7.0.0 (conflict:
attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.1 NAME 'pwdAttribute' EQUALITY objec
attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.2 NAME 'pwdMinAge' EQUALITY integerM
attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.3 NAME 'pwdMaxAge' EQUALITY integerM
attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.4 NAME 'pwdInHistory' EQUALITY integ
attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.5 NAME 'pwdCheckQuality' EQUALITY in
attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.6 NAME 'pwdMinLength' EQUALITY integ
attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.7 NAME 'pwdExpireWarning' EQUALITY i
attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.8 NAME 'pwdGraceAuthNLimit' EQUALITY
attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.9 NAME 'pwdLockout' EQUALITY boolean
attributeTypes: ( 1.3.6.1.4.1.42.2.27.8.1.10 NAME 'pwdLockoutDuration' EQUALIT