summaryrefslogtreecommitdiff
path: root/ec2init/UserDataHandler.py
diff options
context:
space:
mode:
Diffstat (limited to 'ec2init/UserDataHandler.py')
-rw-r--r--ec2init/UserDataHandler.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/ec2init/UserDataHandler.py b/ec2init/UserDataHandler.py
index f7c0e214..56feb0ff 100644
--- a/ec2init/UserDataHandler.py
+++ b/ec2init/UserDataHandler.py
@@ -8,7 +8,8 @@ starts_with_mappings={
'#include' : 'text/x-include-url',
'#!' : 'text/x-shellscript',
'#cloud-config' : 'text/cloud-config',
- '#upstart-job' : 'text/upstart-job'
+ '#upstart-job' : 'text/upstart-job',
+ '#part-handler' : 'text/part-handler'
}
# if 'str' is compressed return decompressed otherwise return it