bootstrap-vz/bootstrapvz/providers/ec2/tasks
Andrew Bogott a5e8aae7b0 Fix a couple of (presumed) issues with regex escaping.
In each of these cases we have an un-escaped \n or \t that
gets passed to a regex.  That means that the regexes actually
contain tabs or newlines, respectively.  After this change
an actual '\t' and '\n' are passed in instead.

I have not tested this!  I am writing this patch based on
the assumption that /surely/ the original authors meant
to pass in \t and \n to the regex and not actual tab
or newline characters.
2019-03-05 21:09:13 +00:00
..
__init__.py Systematically use rel_path for relative paths 2016-09-12 19:11:20 +02:00
ami-akis.yml Support ca-central-1 2016-12-09 08:39:17 +01:00
ami.py fix pylint W0403(relative-import) 2018-02-25 04:12:24 +00:00
boot.py Fix a couple of (presumed) issues with regex escaping. 2019-03-05 21:09:13 +00:00
connection.py ec2: Silence both boto & boto3 during bootstrapping 2018-07-19 13:02:16 +02:00
ebs.py Explicitly define None as the default value for missing kms_key_id key 2018-06-14 09:38:36 +03:00
filesystem.py Convert indentation from tabs to spaces (4) 2016-06-04 11:38:16 +02:00
host.py Moving host_dependencies tasks to the validation phase 2016-09-12 01:12:19 +02:00
initd.py Convert indentation from tabs to spaces (4) 2016-06-04 11:38:16 +02:00
network.py Fix stretch ENA install 2018-06-14 10:18:47 -05:00
packages-kernels.yml Fix issues in building Debian testing images 2018-04-27 12:02:22 +05:30
packages.py Systematically use rel_path for relative paths 2016-09-12 19:11:20 +02:00
tuning.py pylint E1608(old-octal-literal) 2018-04-09 22:27:43 -07:00