Peter Souter
Peter Souter
Getting this error when trying to run `screenshot_and_save_page`: ``` ruby Failure/Error: File.join(Sinatra::Application.root, capybara_tmp_path) TypeError: no implicit conversion of nil into String ``` In Pry, that value is nil for me:...
Hi! Awesome plugin, really useful :+1: Just wondering, would it be possible to extend this to profile how long the gathering facts step takes?
Right now the EPP highlighting just uses the Puppet default Would be nice to have an EPP specific highlighting for the logic blocks (
``` puppet $alert_message = "Existing: ${existing_swapfile_bytes}B\nExpected: ${expected_swapfile_size_bytes}B\nMargin: ${margin_bytes}B" notify{'Resizing Swapfile Alert': name => $alert_message, } ```
### Current Terraform Version ``` 0.13.4 ``` ### Terraform Configuration Files ``` terraform { backend "remote" { organization = "psouter-hashicorp" workspaces { name = "terraform_tfvars_import" } } } variable "access_key"...
Right now we haven't kept parity with DigitalOcean's new API features in the API gem we're using Barge (See #249, #248) At the time we moved, DigitalOcean didn't have a...
Add `tugboat rename` command From the API: ``` Rename Droplet This method renames the droplet to the specified name. Request URL: https://api.digitalocean.com/droplets/[droplet_id]/rename/?client_id=[your_client_id]&api_key=[your_api_key]&name=[name] Parameters droplet_id Required, Numeric, this is the id...
Right now it's a bit hard to see what attributes are available on each resource. For example, I'm moving https://github.com/pearkes/tugboat to use `droplet_kit`, but it's missing a few of the...
https://www.terraform.io/docs/cloud/api/admin/settings.html Allow setting of admin level settings with TFE eg. rate limiting, SAML configuration etc