This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/lib/pbl/cli.rb b/lib/pbl/cli.rb | |
index 5bfe7d3..2482782 100644 | |
--- a/lib/pbl/cli.rb | |
+++ b/lib/pbl/cli.rb | |
@@ -49,10 +49,15 @@ module Pbl | |
end | |
def run | |
- abort "Usage: pbl TAG" if @argv.empty? | |
page unless $test_env |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CONNECTED(00000003) | |
--- | |
Certificate chain | |
0 s:/businessCategory=Private Organization/1.3.6.1.4.1.311.60.2.1.3=US/1.3.6.1.4.1.311.60.2.1.2=Delaware/serialNumber=5157550/street=548 4th Street/postalCode=94107/C=US/ST=California/L=San Francisco/O=GitHub, Inc./CN=github.com | |
i:/C=US/O=DigiCert Inc/OU=www.digicert.com/CN=DigiCert High Assurance EV CA-1 | |
-----BEGIN CERTIFICATE----- | |
MIIHOjCCBiKgAwIBAgIQBH++LkveAITSyvjj7P5wWDANBgkqhkiG9w0BAQUFADBp | |
MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 | |
d3cuZGlnaWNlcnQuY29tMSgwJgYDVQQDEx9EaWdpQ2VydCBIaWdoIEFzc3VyYW5j | |
ZSBFViBDQS0xMB4XDTEzMDYxMDAwMDAwMFoXDTE1MDkwMjEyMDAwMFowgfAxHTAb |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CONNECTED(00000003) | |
--- | |
Certificate chain | |
0 s:/businessCategory=Private Organization/1.3.6.1.4.1.311.60.2.1.3=US/1.3.6.1.4.1.311.60.2.1.2=Delaware/serialNumber=5157550/street=548 4th Street/postalCode=94107/C=US/ST=California/L=San Francisco/O=GitHub, Inc./CN=github.com | |
i:/C=US/O=DigiCert Inc/OU=www.digicert.com/CN=DigiCert High Assurance EV CA-1 | |
-----BEGIN CERTIFICATE----- | |
MIIHOjCCBiKgAwIBAgIQBH++LkveAITSyvjj7P5wWDANBgkqhkiG9w0BAQUFADBp | |
MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 | |
d3cuZGlnaWNlcnQuY29tMSgwJgYDVQQDEx9EaWdpQ2VydCBIaWdoIEFzc3VyYW5j | |
ZSBFViBDQS0xMB4XDTEzMDYxMDAwMDAwMFoXDTE1MDkwMjEyMDAwMFowgfAxHTAb |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nnoremap o :<C-u>call append('.', '')<CR> | |
nnoremap O :normal! O<ESC>j | |
nnoremap go :normal! o<CR> | |
nnoremap gO :normal! O<CR> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class internal_api::rbenv { | |
rbenv::install { 'hogemoge-api': } | |
rbenv::compile { | |
'1.9.3-p448': | |
user => 'hogemoge-api', | |
global => true | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class internal_api { | |
include supervisor | |
include internal_api::file | |
include internal_api::package | |
include internal_api::user | |
include internal_api::nginx | |
include internal_api::iptables | |
include internal_api::keepalived |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/modules/rbenv/manifests/compile.pp b/modules/rbenv/manifests/compile.pp | |
index 0ddf8d3..b36d113 100644 | |
--- a/modules/rbenv/manifests/compile.pp | |
+++ b/modules/rbenv/manifests/compile.pp | |
@@ -9,7 +9,7 @@ define rbenv::compile( | |
$root = '', | |
$source = '', | |
$global = false, | |
- $configure_opts = '--disable-install-doc', | |
+ $configure_opts = '--disable-install-doc' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# chkconfig: 2345 99 01 | |
# description: UT-VPN Server | |
DAEMON=/usr/bin/utvpnserver | |
LOCK=/var/lock/subsys/utvpnserver | |
test -x $DAEMON || exit 0 | |
case "$1" in | |
start) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
# -*- coding: utf-8 -*- | |
require 'cinch' | |
require 'open-uri' | |
require 'json' | |
require 'time' | |
bot = Cinch::Bot.new do | |
configure do |c| |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
# -*- coding: utf-8 -*- | |
require 'cinch' | |
bot = Cinch::Bot.new do | |
configure do |c| | |
c.server = "irc.freenode.net" | |
c.channels = ["#hogemoge"] | |
c.nick = 'hayashi_bot' |