Daniel Dreier
Daniel Dreier
When I run puppet agent using this module on a new Debian Wheezy PE system, I get: ``` Error: Could not autoload puppet/provider/ec2_instance/v2: cannot load such file -- retries Error:...
I'm seeing a behavior that prevents me from using this module from updating the security group membership of existing ec2 instances. Here's how I reproduce it: 1. Provision an ec2...
When I made a slight mistake and forgot to include a trailing period, I got: ``` 2015-03-20 00:39:56 +0000 Puppet (info): Loading facts in /var/opt/lib/pe-puppet/lib/facter/bashpocalypse.rb 2015-03-20 00:39:56 +0000 Puppet (info):...
In: https://github.com/logicminds/puppet-retrospec/blob/master/lib/retrospec/templates/module_files/spec/spec_helper_acceptance.rb#L30 you'll probably want to install all the puppet module dependencies listed in the metadata.json.
## Problem Statement Many advanced users of Terraform leverage a number of external tools, to help them e.g. - find unused declarations - enforce best practices or naming conventions -...
Depends on https://github.com/hashicorp/vscode-terraform/issues/638 --- ## Problem Statement Terraform supports a number of different files for different purposes (aside from `*.tf` for infrastructure configuration): - [Variable definitions](https://www.terraform.io/docs/language/values/variables.html#variable-definitions-tfvars-files) (`*.tfvars` / `*.tfvars.json`) -...
This is a thematic tracking issue to describe the broader set of requests around using this extension outside of VSCode, for example in Theia. The purpose of this issue is...
**How to Reproduce** ``` shell core@ip-10-224-6-13 /tmp $ acbuild begin docker://centos Downloading sha256:a3ed95caeb0 [=============================] 32 B / 32 B Downloading sha256:a3ed95caeb0 [=============================] 32 B / 32 B Downloading sha256:da71393503e [=============================]...
I'm trying to demo use of this module with OpenShift, and just discovered that the providers expect unrestricted access. Using the OpenShift demo environment from "oc cluster up", when I...
This is a research and design task to design and plan a workflow for integration testing of CDK for Terraform applications. This ticket is a placeholder for the sake of...