This file contains 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
#!/opt/puppetlabs/puppet/bin/ruby | |
# Andrew Popp | |
# ServiceChannel.com | |
# Auto Cert Signing executable for Policy based cert signing. Utilizes the aws-sdk and puppet components. | |
# v1.0 | |
require 'rubygems' | |
require 'aws-sdk-core' | |
require 'puppet' |
This file contains 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 | |
require 'rubygems' | |
require 'optparse' | |
require 'aws-sdk-core' | |
require 'pry' | |
options = {} | |
OptionParser.new do |opts| |
This file contains 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
0.0 TEL | Telepresence 0.95 launched at Mon Dec 10 02:55:56 2018 | |
0.0 TEL | /usr/bin/telepresence --namespace humandb-01 --swap-deployment hdb-adv-api --expose 5500 --run yarn run dev | |
0.0 TEL | Platform: linux | |
0.0 TEL | Python 3.5.2 (default, Nov 12 2018, 13:43:14) | |
0.0 TEL | [GCC 5.4.0 20160609] | |
0.0 TEL | [1] Running: uname -a | |
0.0 1 | Linux ba215df0b568 4.9.93-linuxkit-aufs #1 SMP Wed Jun 6 16:55:56 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux | |
0.0 TEL | BEGIN SPAN main.py:47(main) | |
0.0 TEL | BEGIN SPAN startup.py:55(__init__) | |
0.0 TEL | [2] Capturing: kubectl version --short |