Daryl

Results 11 comments of Daryl

Wondering about the current state as well.. I was trying to set up a simple at home swarm environment (so I could manage with a simple yaml file and a...

Is that due to the file being parsed by both the eyaml parser and the yaml parser?

You can have the (encrypted) file contents in hiera, and use it as the 'content' param on your file resource

This may now be no longer needed, as the region that I was talking about has now been added to the default go SDK in [1.24.2](https://github.com/aws/aws-sdk-go/releases/tag/v1.24.2) so once this is...

> A little fix -- the `docker cp` should be from `/go/bin/compose-switch`. The full correct command should be: For me running in the above command, I needed the path to...

Similar to https://github.com/seporaitis/yum-s3-iam/pull/75, I think we should probably work on making the `parse_url` method smart enough to pull out the base awsurl being used, and return that for use in...

I've been looking at a solution to make the `parse_url` method a little bit smarter, and have it return the base 'awsurl' from the value that is read in, to...

I'm running into similar issues. I had to edit run.sh to use my user's home directory (as that script assumes user is named pi). I still am getting a Seg...

@carlosonunez - I came here for the same reason, did we ever get the tests somewhere? I'm curious about your terraform tests as well! Thanks for the great article!

We have a similar problem with it. We have added a umask parameter to our staging::file and staging::extract modules (to set it to 022 for all execs). In our case,...