lmayorga

Results 29 issues of lmayorga

I wonder if there is a way to filter out which updates should be installed during the update process. Maybe create an `Array` skip list of updates and set the...

The repository gets created as a private even when passing :is_private is set to false ``` ruby #some other code that sets is_private = false @github.repos.create name: name, description: desc,...

I have the following directory structure where the `terraform modules` are in a specific folder and the terragrunt files reference those modules from an `environment/region` path. The lower level `terragrunt.hcl`...

question
ruby gem

Terraform Version: 0.14.4 Kitchen-Terraform: Latest Ruby: 2.6.6 It takes a long time to destroy resources using AWS as the provider(Longer than 30 minutes).

Would it be possible for kitchen-terraform to use the current workspace to run the tests without switching to the calculated one? ``` kitchen verify  ✔  4779  14:48:16...

ruby gem
enhancement

Seems like there is a need to calculate the windows password the same way the `kitchen-ec2` does when providing the ssl certificate key. For instance in the following example(`kitchen-ec2`) I...

I can't find your latest release as of github releases. http://updates.jenkins-ci.org/download/plugins/gitlab-merge-request-jenkins/

**kitchen.yml** ```yaml --- driver: name: ec2 aws_ssh_key_id: region: us-east-1 availability_zone: b instance_type: associate_public_ip: false interface: private subnet_id: security_group_ids: retryable_tries: 120 shared_credentials_profile: saml user_data: user_data.sh provisioner: name: shell script: 'bootstrap.sh' verifier:...

Bug
Accepted

It seems that tags are not supported... ``` ➜ aws-inspec inspec exec network_spec.rb -t aws://us-east-1/demo1 [2021-02-22T15:32:44-05:00] WARN: DEPRECATION: AWS resources shipped with core InSpec are being to moved to a...

**user_data** ``` #Create Kitchen Administrator User cmd /c net user kitchen **** /add /y cmd /c 'wmic UserAccount where Name="kitchen" set PasswordExpires=False' cmd /c net localgroup administrators kitchen /add Invoke-WebRequest...

Status: Untriaged