diff options
author | Scott Moser <smoser@brickies.net> | 2016-11-15 12:06:58 -0500 |
---|---|---|
committer | Scott Moser <smoser@brickies.net> | 2016-11-15 12:06:58 -0500 |
commit | eb29af61f9388de7a69bf7112193976dd4feb6db (patch) | |
tree | 0a12d1de1bc6bb5527a3f99d01401df95250c0c7 /cloudinit/sources/DataSourceBigstep.py | |
parent | 4613bb45dde05cc859a0b4dec6587d80767b47c7 (diff) | |
parent | 584b8434872322a9f617831742cc6b15977ecfbc (diff) | |
download | vyos-cloud-init-eb29af61f9388de7a69bf7112193976dd4feb6db.tar.gz vyos-cloud-init-eb29af61f9388de7a69bf7112193976dd4feb6db.zip |
merge from master at 0.7.8-45-g584b843
Diffstat (limited to 'cloudinit/sources/DataSourceBigstep.py')
-rw-r--r-- | cloudinit/sources/DataSourceBigstep.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cloudinit/sources/DataSourceBigstep.py b/cloudinit/sources/DataSourceBigstep.py index f80956a5..e8fd0088 100644 --- a/cloudinit/sources/DataSourceBigstep.py +++ b/cloudinit/sources/DataSourceBigstep.py @@ -46,6 +46,7 @@ def get_url_from_file(): raise return content + # Used to match classes to dependencies datasources = [ (DataSourceBigstep, (sources.DEP_FILESYSTEM, sources.DEP_NETWORK)), |