Raúl Cuza

Results 10 comments of Raúl Cuza
trafficstars

@nickhammond, After taking a look @geerlingguy [ansible-role-ansible](https://github.com/geerlingguy/ansible-role-ansible) I realized my original test was testing running the same docker image on different operating systems. What I wanted to test is the...

I had a need for this flag so I made PR #43.

@phobologic, @etuttle, I just spent a little time trying to work out the merge conflicts. It looks like the `cfn` script that is on master has a **capabilities** command line...

@jeanphix - It was not consistent with other functions in the script in how it was laid out, but it looks like commit da7e7fc is consistent. I may of used...

To make it easier to see how I changed the original Amazon template, here is the diff: ``` (troposphere) $ cat tests/examples_output/AutoScalingMultiAZWithNotifications-orig.template | python -m json.tool > tests/examples_output/AutoScalingMultiAZWithNotifications-orig-sorted.template (troposphere) $...

It looks like `Metadata` is an attribute for every resource (ref: [Adding Comments inside AWS CloudFormation Templates](http://blogs.aws.amazon.com/application-management/post/Tx2CE9T00GRYVHD/Adding-Comments-inside-AWS-CloudFormation-Templates) and [AWS Metadata Attribute doc](http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-metadata.html)). _Metadata_ is a valid key at the top...

I tried adding the _Comment_ using a variety of formats around [commit 7a8026d](https://github.com/rcuza/troposphere/commit/7a8026d925b2516c07a0662f36f8f6a1d35196d9#diff-535f2b079bef1e16a0e98aa8f686fd8dR561), but it wouldn't build or pass tests (I can't remember which). Whichever way you decide, let me...

Doing some digging I found the following issues related to _Metadata_: - **Workaround for missing AWS resource types?** #3 - **updating InitConfig per AWS docs** #120 - **Add of Metadata...

Is this PR still relevant? If not, I'll close it out.

The failure is in ``` FAIL: test_template_generator (tests.test_examples_template_generator.test_AutoScalingMultiAZWithNotifications) ``` If there is any interest in this let me know and I'll figure out how to update the tests to match...