Geoff Williams

Results 24 comments of Geoff Williams

OK bit of an update - `vagrant powershell` unfortunately only works on windows hosts (not guests!) - I found these https://github.com/boxcutter/windows build scripts for windows boxes that automatically build an...

Ok making progress again now - SSH on windows is a dead end - looks like boxcutter are thinking of dropping support for it anyway - https://github.com/boxcutter/windows/issues/26 - there *is*...

Awesome - I'm still doing testing and tidying up at this end. I've got onceover talking to vagrant via winrm now though: ``` INFO -> Windows_Server-2012r2-64 - role::base: FAILED ERROR...

Could well be - might take another look at this next time I get chance. last time I was looking for an existing library to do this the only one...

I think I used that one in the past for stand-alone module tests. I think it needs a `metadata.json` though which could be a stumbling block. Also not sure what...

To get r10k working with external forge, you need an `r10k.yaml` that looks something like this: ```yaml sources: puppet: {remote: 'https://github.com/GeoffWilliams/r10k-control', basedir: /etc/puppetlabs/code-staging/environments, invalid_branches: error} cachedir: /opt/puppetlabs/server/data/code-manager/git forge: {baseurl: 'https://repo.megacorp.com/artifactory/api/puppet/puppet'}...

This is the expected behavior: > JSON: Use format.class=io.confluent.connect.s3.format.json.JsonFormat to write the S3 object as a file containing one JSON serialized record per line. The connector’s s3.compression.type configuration property can...

I was getting 404s too but this was from using the wrong client for the operation - I was trying use the `CoinMClient` to get account information which won't work...

I just had the same thing using kubernetes secrets .. In my case `\n` was base64 encoded into the password i was using and this shifted all the inputs. I...

the _exact_ moment i get it all working :joy: ... I saw a few helm charts, not sure if this was one of em. Normally skip the "unofficial" ones. The...