I hereby claim:
- I am aboutte on github.
- I am aboutte (https://keybase.io/aboutte) on keybase.
- I have a public key ASCQSE1m2XreehB4YJ1O4N4_621AlpnbhAGaOb1sNdQXhgo
To claim this, I am signing this object:
| $ terraform -v | |
| Terraform v0.11.7 | |
| aboutte@: ~/Desktop/terraform | |
| $ terraform init | |
| Initializing provider plugins... | |
| The following providers do not have any version constraints in configuration, | |
| so the latest version was installed. |
| puts "testing inside ruby script" |
| #!/usr/bin/env ruby | |
| require 'selenium-webdriver' | |
| require 'awesome_print' | |
| require 'sitemap-parser' | |
| url = "https://www.ghostforbeginners.com/sitemap-posts.xml" | |
| sitemap = SitemapParser.new url | |
| links = sitemap.to_a |
| Vagrant.configure("2") do |config| | |
| config.vm.provider :virtualbox do |virtualbox| | |
| # set timesync parameters to keep the clocks better in sync | |
| # sync time every 10 seconds | |
| virtualbox.customize [ "guestproperty", "set", :id, "/VirtualBox/GuestAdd/VBoxService/--timesync-interval", 10000 ] | |
| # adjustments if drift > 100 ms | |
| virtualbox.customize [ "guestproperty", "set", :id, "/VirtualBox/GuestAdd/VBoxService/--timesync-min-adjust", 100 ] | |
| # sync time on restore | |
| virtualbox.customize [ "guestproperty", "set", :id, "/VirtualBox/GuestAdd/VBoxService/--timesync-set-on-restore", 1 ] | |
| # sync time on start |
I hereby claim:
To claim this, I am signing this object: