-
I'm not a Ruby developer so I'm not sure what's a good way to extend cfndsl to support project specific requirements. For example I'd like to define a single method that can define an egress->ingress …
yumpy updated
9 years ago
-
In my case I transform a docker-compose file using https://github.com/ambitioninc/container-transform/ into an ECS definition and from there into the correct cloudformation structure.
I do now have t…
-
My project makes heavy use of "cfn-init" (unfortunately). This means that I've got massive metadata sections for my machines, but it does mean that I can potentially re-use a bunch of the 'files', 'c…
-
Seems like at some point (my fault I'm sure) we had a number of direct-to-master commits, should we merge those back into develop and get back to the standard flow? @ddgenome is that the way to fix it…
-
I am receiving an error during the iis install.
I am using chef-client in local mode.
I have packaged my cookbooks using Berks.
Berks is pulling in the following cookbooks (all are set for version …
-
@luckymike: @spox I'm having an issue with `map!`. I may be missing something. There's a gist below, but to sum up, I've tried
`map!(:key_map, :global, :key_name)`
(according to the docs) and
`map…
-
Hi there, I haven't found support for having a script in UserData. I think it'd be useful to have for instance:
in userdata.sh
```
#!/bin/bash
echo "hello world"
```
in Ruby:
```
Resou…
-
Hey
I've suddenly started seeing this every time I try to use `M-x cider-connect`.
```
cider--running-nrepl-paths: Stack overflow in regexp matcher
```
The command prompts me for the host, and eith…
j0ni updated
10 years ago
-
Hi,
I have multiple ruby installations on my machine, managed with rbenv. When using the system version of ruby (2.0.0p247) I can build my site without any issues.
When I build with ruby 2.1.1p76 (2…
-
Hi there.
I'm really interested in using babushka for my next stack. Politburo seems like a natural fit.
But projects seems a little frozen. Do you use it in production? What are your feelings about…