diff options
author | Scott Moser <smoser@ubuntu.com> | 2014-01-15 15:12:48 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2014-01-15 15:12:48 -0500 |
commit | 22f4ce4476a292f32c26f3d965f63145a644a164 (patch) | |
tree | 5ff1fa4cacfc80516f9b1cc617454b9878eb8fde /cloudinit | |
parent | 12b0b69b8e93555b0a60cab6a7bada93aab857f4 (diff) | |
download | vyos-cloud-init-22f4ce4476a292f32c26f3d965f63145a644a164.tar.gz vyos-cloud-init-22f4ce4476a292f32c26f3d965f63145a644a164.zip |
header, comment cleanup
Diffstat (limited to 'cloudinit')
-rw-r--r-- | cloudinit/config/cc_scripts_vendor.py | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/cloudinit/config/cc_scripts_vendor.py b/cloudinit/config/cc_scripts_vendor.py index 5809a4ba..0168f668 100644 --- a/cloudinit/config/cc_scripts_vendor.py +++ b/cloudinit/config/cc_scripts_vendor.py @@ -1,11 +1,8 @@ # vi: ts=4 expandtab # -# Copyright (C) 2011-2014 Canonical Ltd. -# Copyright (C) 2012 Hewlett-Packard Development Company, L.P. +# Copyright (C) 2014 Canonical Ltd. # -# Author: Scott Moser <scott.moser@canonical.com> # Author: Ben Howard <ben.howard@canonical.com> -# Author: Juerg Haefliger <juerg.haefliger@hp.com> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License version 3, as @@ -31,9 +28,8 @@ SCRIPT_SUBDIR = 'vendor' def handle(name, _cfg, cloud, log, _args): - # This is written to by the user data handlers - # Ie, any custom shell scripts that come down - # go here... + # This is written to by the vendor data handlers + # any vendor data shell scripts get placed in runparts_path runparts_path = os.path.join(cloud.get_ipath_cur(), 'scripts', SCRIPT_SUBDIR) try: |