diff options
author | Scott Moser <smoser@ubuntu.com> | 2011-12-20 11:39:46 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2011-12-20 11:39:46 -0500 |
commit | 27e88fe213b0a3505ca565cae63d7d7124b7f969 (patch) | |
tree | 378612fbca7362182ffcfd5e22de1a4cf35dddbf /setup.py | |
parent | cc915378bd187c8db63b6c65b2e9c7510b8578f6 (diff) | |
download | vyos-cloud-init-27e88fe213b0a3505ca565cae63d7d7124b7f969.tar.gz vyos-cloud-init-27e88fe213b0a3505ca565cae63d7d7124b7f969.zip |
replace cloud-init-run-module with cloud-init-per
This replaces cloud-init-run-module (which was probably rarely or never used)
with 'cloud-init-per' which does basically the same thing, but doesn't
support "modules".
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,8 +34,8 @@ setup(name='cloud-init', url='http://launchpad.net/cloud-init/', packages=['cloudinit', 'cloudinit.CloudConfig' ], scripts=['cloud-init.py', - 'cloud-init-run-module.py', 'cloud-init-cfg.py', + 'tools/cloud-init-per', ], data_files=[('/etc/cloud', glob('config/*.cfg')), ('/etc/cloud/cloud.cfg.d', glob('config/cloud.cfg.d/*')), |