summaryrefslogtreecommitdiff
path: root/cloudinit
diff options
context:
space:
mode:
Diffstat (limited to 'cloudinit')
-rw-r--r--cloudinit/stages.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/cloudinit/stages.py b/cloudinit/stages.py
index 8ae0bc0d..593b72a2 100644
--- a/cloudinit/stages.py
+++ b/cloudinit/stages.py
@@ -124,9 +124,6 @@ class Init(object):
os.path.join(c_dir, 'scripts', 'per-once'),
os.path.join(c_dir, 'scripts', 'per-boot'),
os.path.join(c_dir, 'scripts', 'vendor'),
- os.path.join(c_dir, 'scripts', 'vendor', 'per-boot'),
- os.path.join(c_dir, 'scripts', 'vendor', 'per-instance'),
- os.path.join(c_dir, 'scripts', 'vendor', 'per-once'),
os.path.join(c_dir, 'seed'),
os.path.join(c_dir, 'instances'),
os.path.join(c_dir, 'handlers'),