add package parted

Change-Id: I92b5e7b09f6478c190e96819aa279022364f1730
diff --git a/linux/storage/disk.sls b/linux/storage/disk.sls
index 0c8dd3b..d542a67 100644
--- a/linux/storage/disk.sls
+++ b/linux/storage/disk.sls
@@ -1,6 +1,9 @@
 {%- from "linux/map.jinja" import storage with context %}
 {%- if storage.enabled %}
 
+parted:
+  pkg.installed
+
 {%- for disk_name, disk in storage.disk.iteritems() %}
 
 {%- if disk.type is defined %}