dpetzel

Results 5 comments of dpetzel

If it helps, here is how `kitchen-ec2` is handling the user_data currently: https://github.com/test-kitchen/kitchen-ec2/blob/master/lib/kitchen/driver/aws/instance_generator.rb#L144

I'm curious if you ever figure out a workaround/fix to this? I'm in a similar situation.

Was there anything else that need to due to have IPv6 disabled? I added the info above, and the `/etc/sysctl.d/10-disable-ipv6conf` file is created with the proper contents, but ipv6 still...

Thanks, turns out the path is wrong in the example (I think).. changing `/etc/sysctl.d/10-disable-ipv6conf` to `/etc/sysctl.d/10-disable-ipv6.conf` and then restarting `systemd-sysctl.service` seemed to do the trick

No worries!. So I'm testing this out as part of bootstrapping new nodes, and it doesn't appear that the file gets laid down early enough to have an affect. On...