|
@@ -20,7 +20,7 @@ locals {
|
|
|
# To ensure this list is complete:
|
|
|
# salt \* grains.get partitions | grep "^ /" | sort | uniq | grep -v snap
|
|
|
disk_thresholds = {
|
|
|
- "/root": "1000", # This is the / partition
|
|
|
+ "/root": "20%", # This is the / partition
|
|
|
"/boot": "20%",
|
|
|
"/home": "20%",
|
|
|
"/opt": "20%",
|