Browse Source

add package parted

Change-Id: I92b5e7b09f6478c190e96819aa279022364f1730
pull/118/head
Jakub Pavlik 7 years ago
parent
commit
caeb611a2d
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      linux/storage/disk.sls

+ 3
- 0
linux/storage/disk.sls View File

{%- from "linux/map.jinja" import storage with context %} {%- from "linux/map.jinja" import storage with context %}
{%- if storage.enabled %} {%- if storage.enabled %}


parted:
pkg.installed

{%- for disk_name, disk in storage.disk.iteritems() %} {%- for disk_name, disk in storage.disk.iteritems() %}


{%- if disk.type is defined %} {%- if disk.type is defined %}

Loading…
Cancel
Save