I hereby claim:
- I am jbfarez on github.
- I am jibek (https://keybase.io/jibek) on keybase.
- I have a public key ASBPyy0iMJ095_s0dXLe6E8GtsWdY_1MvsnVwFCu1aByxAo
To claim this, I am signing this object:
[user] | |
name = {{FULL_NAME}} | |
email = {{EMAIL}}@ankorstore.com | |
signingkey = {{GPG_KEY}} | |
[core] | |
excludesfile = ~/.gitignore | |
[branch] | |
autosetuprebase = always |
package simple-updater | |
import ( | |
"fmt" | |
"io" | |
"io/ioutil" | |
"os" | |
"runtime" | |
"strconv" | |
"strings" |
logMe() { | |
local LIGHT_RED="\033[1;31m" | |
local LIGHT_GREEN="\033[1;32m" | |
local YELLOW="\033[0;33m" | |
local DELIM="\033[00m" | |
local LEVEL=$1 | |
local MSG=$2 | |
case ${LEVEL} in |
// Configure AWS provider | |
variable "acme_operations" { | |
default = "ACCOUNTID" | |
} | |
provider "aws" { | |
alias = "acme_operations" | |
profile = "acme_operations" | |
region = "${var.aws_default_region}" | |
shared_credentials_file = "./credentials" |
/var/lib/docker/containers/*/*.log { | |
rotate 3 | |
daily | |
compress | |
size=10M | |
missingok | |
delaycompress | |
copytruncate | |
} |
I hereby claim:
To claim this, I am signing this object:
require "language/go" | |
class Packer < Formula | |
desc "Tool for creating identical machine images for multiple platforms" | |
homepage "https://packer.io" | |
url "https://github.com/hashicorp/packer.git", | |
:tag => "v1.0.2", | |
:revision => "84b9b07901fabfeab1325eb2d8d207aeefa944c7" | |
head "https://github.com/hashicorp/packer.git" |
127.0.0.1 |
server { | |
listen 15999; | |
location / { | |
proxy_pass http://$http_host; | |
proxy_set_header Host $http_host; | |
proxy_set_header X-Real-IP $remote_addr; | |
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; | |
proxy_set_header Via "Admin_Lobby_Proxy"; |