diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-06-16 23:19:02 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-06-16 23:19:02 -0700 |
commit | f0a4bf58817b42f7cbb91fed97ccb412da4788c2 (patch) | |
tree | 189029fb053bb41c6906feca981499b1cfdf27d4 /cloudinit/user_data.py | |
parent | f90d81a118cc119cba7130b30f71ac1f0d0f409e (diff) | |
download | vyos-cloud-init-f0a4bf58817b42f7cbb91fed97ccb412da4788c2.tar.gz vyos-cloud-init-f0a4bf58817b42f7cbb91fed97ccb412da4788c2.zip |
Add todo to see if we should turn back off include once
Diffstat (limited to 'cloudinit/user_data.py')
-rw-r--r-- | cloudinit/user_data.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cloudinit/user_data.py b/cloudinit/user_data.py index 7a79cc02..663f7cda 100644 --- a/cloudinit/user_data.py +++ b/cloudinit/user_data.py @@ -113,6 +113,7 @@ class UserDataProcessor(object): include_once_on = True elif lc_line.startswith("#include"): line = line[len("#include"):].lstrip() + # TODO: Should we turn back off include once here??? if line.startswith("#"): continue include_url = line.strip() |