Edmund Haselwanter

Results 12 issues of Edmund Haselwanter

## Description I have a cookbook installing java on windows. `kitchen test` does not pick up the changed `$env:PATH` in the verify/inspec step. But `kitchen converge && kitchen verify` works...

Bug

is it possible to relax on the the docker version running? ``` clairctl analyze --local node:latest panic: Error response from daemon: client is newer than server (client API version: 1.26,...

bug

Hi, If I use a shred dir on vagrant/virtualbox I see: E: Cannot install into target '/home/vagrant/share/crowbar-build-cache/ubuntu-12.04/chroot' mounted with noexec or nodev ln: failed to create symbolic link `./ami': Read-only...

does the credential resource only `create` or does it update too? `jenkins_secret_text_credentials` with a new value does detect the difference, but does not change the value ### Cookbook version 5.0.0...

### Describe the Enhancement: I would like to use ``` chef-run local build_essential 'install tools' ``` as the logged in user without a transport. maybe this is just a documentation...

Type: Enhancement
Triage: Confirmed

Not really an issue. Is there a best practice on how to use globalize2 in a i18n backend enabled ui? e.g. have the rails i18n set to :de for the...

Hi @jonlives _should_ spork & berks work together?

## Issue `withCredentials` in pipelines is not supported with custom secrets type ``` node { withCredentials([string(credentialsId: 'gitlab_jenkins_api_token_connection', variable: 'TOKEN')]) { sh('''#!/bin/bash -xe echo hello ''') } } ``` ### Context...

bug

can't find the delete button. Wrong Issue tracker

gh network list /Library/Ruby/Gems/1.8/gems/json-1.4.6/lib/json/common.rb:146:in `initialize': A JSON text must at least contain two octets! (JSON::ParserError) from /Library/Ruby/Gems/1.8/gems/json-1.4.6/lib/json/common.rb:146:in`new' from /Library/Ruby/Gems/1.8/gems/json-1.4.6/lib/json/common.rb:146:in `parse' from /Library/Ruby/Gems/1.8/gems/github-0.5.0/lib/commands/helpers.rb:400:in`get_cache'