Browse Source

Add deafult value for bond_status.interfaces.

Change-Id: I2c5e4a75ac84099c063bb2c2259ace9c9c80635a
pull/122/head
Jaymes Mosher 7 years ago
parent
commit
3bf8d2adab
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      linux/map.jinja

+ 3
- 0
linux/map.jinja View File

@@ -224,6 +224,9 @@
'interface_regex': '^[a-z0-9]+$',
'ignore_selected': False,
},
'bond_status': {
'interfaces': False
},
'cpu_idle_percentage': {
'warn': 10.0,
},

Loading…
Cancel
Save