I hereby claim:
- I am kleinmann on github.
- I am kleinmann (https://keybase.io/kleinmann) on keybase.
- I have a public key whose fingerprint is 6CF1 58BB 7AED F738 1A91 B6F9 8B28 6D93 F539 1896
To claim this, I am signing this object:
| ARG CADDY_VERSION=2 | |
| FROM caddy:${CADDY_VERSION}-builder-alpine AS builder | |
| RUN xcaddy build \ | |
| --with github.com/lucaslorentz/caddy-docker-proxy/plugin \ | |
| --with github.com/greenpau/caddy-auth-portal \ | |
| --with github.com/greenpau/caddy-authorize | |
| FROM caddy:${CADDY_VERSION}-alpine |
| PS C:> puppet help | |
| Usage: puppet [options] [options] | |
| [...] |
| PS C:> C:\Ruby193\bin\ruby C:\Ruby193\bin\puppet help | |
| Failed to load feature test for root: uninitialized constant Windows::Synchronize | |
| Error: Could not intialize global default settings: string contains null byte |
| source "http://rubygems.org" | |
| gem "puppet", "~> 3.0.2" | |
| platform :mingw do | |
| gem "sys-admin" | |
| gem "win32-process", "= 0.6.5" | |
| gem "win32-dir", "= 0.3.7" | |
| gem "win32-service" | |
| gem "win32-security" | |
| gem "win32-taskscheduler" | |
| end |
| " Settings | |
| set noautofocus | |
| set cncpcompletion | |
| set smoothscroll | |
| set autohidecursor | |
| set typelinkhints | |
| set smartcase | |
| set incsearch | |
| let vimcommand = "~/bin/vim -f" | |
| let scrollduration = 10 |
I hereby claim:
To claim this, I am signing this object:
| node /^test\..+\.test\.net$/ inherits default { | |
| class { 'ldap': | |
| server => true, | |
| client => true, | |
| ssl => true, | |
| } | |
| ldap::define::domain { 'test.net': | |
| basedn => 'dc=test,dc=net', | |
| rootdn => 'cn=root', | |
| rootpw => '123', |
| node /^web\d+.+\.test\.net$/ inherits default { | |
| class { 'ldap': | |
| client => true, | |
| ssl => true, | |
| } | |
| ldap::client::config { 'test.net': | |
| ensure => 'present', | |
| servers => ['ldap.test.com'], | |
| ssl => true, | |
| base_dn => 'dc=test,dc=net', |
| └─⚡︎ puppet module search stdlib ☹ | |
| Notice: Searching https://forge.puppetlabs.com ... | |
| Error: Could not connect via HTTPS to https://forge.puppetlabs.com | |
| Unable to verify the SSL certificate | |
| The certificate may not be signed by a valid CA | |
| The CA bundle included with OpenSSL may not be valid or up to date | |
| Error: Try 'puppet help module search' for usage |