commit | caeb611a2de6ba252a39ad4a59feb82b5df77aa9 | [log] [tgz] |
---|---|---|
author | Jakub Pavlik <pavlk.jakub@gmail.com> | Tue Aug 08 16:46:56 2017 +0200 |
committer | Jakub Pavlik <pavlk.jakub@gmail.com> | Tue Aug 08 16:46:56 2017 +0200 |
tree | 1aaafee3a436743818cc61c8f906e99b0c0074e5 | |
parent | 9942d65eb315871aeca984c58788dae457741d4d [diff] |
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 %}