This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
linux-formula
mirror of
https://github.com/salt-formulas/salt-formula-linux
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
8
Wiki
Activity
Browse Source
add package parted
Change-Id: I92b5e7b09f6478c190e96819aa279022364f1730
pull/118/head
Jakub Pavlik
7 years ago
parent
9942d65eb3
commit
caeb611a2d
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
+3
-0
linux/storage/disk.sls
+ 3
- 0
linux/storage/disk.sls
View File
@@ -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 %}
Write
Preview
Loading…
Cancel
Save