Spencer Owen

Results 82 issues of Spencer Owen

I finally got guard-puppet-lint installed. When I set guard to watch a directory full of manifests, guard updates, but prints no warnings. I made a module in /private/tmp/bar I edited...

When I run guard-puppet-lint, it crashes Using ruby 2.0.0 with rvm ``` sowen@Spencers-MacBook-Pro:~/Code/geppetto/puppet-gitlab$ ruby --version ruby 2.0.0p481 (2014-05-08 revision 45883) [x86_64-darwin13.1.0] ``` ``` sowen@Spencers-MacBook-Pro:~/Code/geppetto/puppet-gitlab$ gem install guard-puppet-lint Fetching: guard-puppet-lint-0.2.0.gem (100%)...

``` colima version 0.2.2 git commit: b2c7697bee2d73e995f156fe8e9870eb246c07e6 runtime: docker client: v20.10.12 server: v20.10.7 uname -a Darwin 21.1.0 Darwin Kernel Version 21.1.0: Wed Oct 13 17:33:23 PDT 2021; root:xnu-8019.41.5~1/RELEASE_X86_64 x86_64 ```...

Downloading pibakery takes 1 to 2 hours even on my corporate fiber network. ![screenshot 2018-10-29 09 11 07](https://user-images.githubusercontent.com/242382/47659503-ba10c180-db5a-11e8-9276-833fc2fa4c53.png) The downloads could be sped up dramatically by hosting the files on...

Adds an explanation to the readme of how to use test kitchen.

Docker images are currently built for intel/amd only. It would be nice to have M1 mac Arm builds ## How to do this 1. Use [buildx](https://www.docker.com/blog/multi-arch-images/) with docker. It natively...

enhancement
feature

The documentation is fantastic, the best I've ever seen. On this page there is documentation on how to enable interupts https://easybtn.earias.me/docs/fundamentals Yet its not clear what `INTERUPT` should be. Should...

Cerebro is great. Is there a way I can run it in 'read only' mode so I can give access to developers without worrying they will write to the API?

feature

I'm evaluating elasticsearch gui tools. Could you add a screenshot to the readme so people know what it looks like?

enhancement

If you try and install in a docker container (e.g. alpine), you will get this error ``` docker run -it --rm alpine bash wget -q https://raw.githubusercontent.com/futuresimple/helm-secrets/master/install-binary.sh chmod +x ./install-binary.sh ./install-binary.sh...