I hereby claim:
- I am btobolaski on github.
- I am btobolaski (https://keybase.io/btobolaski) on keybase.
- I have a public key whose fingerprint is F380 705E 318F 0FE7 0838 563E 9122 C1C8 277E 1751
To claim this, I am signing this object:
| 2019/04/26 19:20:58 [INFO] Terraform version: 0.11.13 | |
| 2019/04/26 19:20:58 [INFO] Go runtime version: go1.11.5 | |
| 2019/04/26 19:20:58 [INFO] CLI args: []string{"/home/signalvine/workspace/container-deploy/create-sse/ecs-infrastructure/vendor/terraform/terraform", "apply", "plan"} | |
| 2019/04/26 19:20:58 [DEBUG] Attempting to open CLI config file: /home/signalvine/.terraformrc | |
| 2019/04/26 19:20:58 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
| 2019/04/26 19:20:58 [INFO] CLI command args: []string{"apply", "plan"} | |
| 2019/04/26 19:20:58 [INFO] command: initializing backend from plan: s3 | |
| 2019/04/26 19:20:58 [INFO] Building AWS region structure | |
| 2019/04/26 19:20:58 [INFO] Building AWS auth structure | |
| 2019/04/26 19:20:58 [INFO] Setting AWS metadata API timeout to 100ms |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| # vi: ts=4:sw=4:et | |
| # | |
| # NINETEEN.SH | |
| # This script allows you to install/update Enlightenment 19 git version on | |
| # Ubuntu 14.04 LTS or Debian wheezy/sid, or remove E19 git from your system. | |
| # Originally from: http://ubuntuforums.org/showthread.php?t=2203190 | |
| # By: Philippe J. Guillaumie (batden AT sfr DOT fr). | |
| # Additional updates by: Bryan Hundven (bryanhundven AT gmail DOT com). | |
| # |
I hereby claim:
To claim this, I am signing this object:
| <VirtualHost *:80> | |
| ServerAdmin webmaster@localhost | |
| DocumentRoot /var/www/owncloud | |
| <Directory /> | |
| Options FollowSymLinks | |
| AllowOverride None | |
| </Directory> | |
| <Directory /var/www/owncloud> | |
| Options Indexes FollowSymLinks MultiViews | |
| AllowOverride All |
| description "Ghost Blog" | |
| console output | |
| start on runlevel [2345] | |
| stop on shutdown | |
| respawn | |
| respawn limit 99 5 | |
| script |
| #!/bin/bash --login | |
| cd $WORKSPACE | |
| rbenv rehash | |
| LANG="en_US.UTF-8" LC_ALL="en_US.UTF-8" jekyll build |
| default['chef_client']['handler']['gelf']['host'] = '<hostname/ip>' | |
| default['chef_client']['handler']['gelf']['port'] = 12201 | |
| default['chef_client']['handler']['gelf']['report_host'] = node['hostname'] |
| <script type="text/javascript"> | |
| var _gaq = _gaq || []; | |
| _gaq.push(['_setAccount', 'UA-XXXXXXX-1']); | |
| _gaq.push(['_trackPageview']); | |
| (function() { | |
| var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; | |
| ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | |
| var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); |