summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJasper Capel <capel@stone-it.com>2009-02-02 15:06:51 +0100
committerJasper Capel <capel@stone-it.com>2009-02-02 15:06:51 +0100
commit1c2c67f31e939b832953022eaa1ea4ec38df2f08 (patch)
treed64485c1538e667fd2ce68ed278ac74198a3ec16
parentb9cc3ceeefde41b4125b9351a61c501734eb4091 (diff)
downloadfunc-1c2c67f31e939b832953022eaa1ea4ec38df2f08.tar.gz
func-1c2c67f31e939b832953022eaa1ea4ec38df2f08.tar.xz
func-1c2c67f31e939b832953022eaa1ea4ec38df2f08.zip
fixed typo in vlan module
-rw-r--r--func/minion/modules/vlan.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/func/minion/modules/vlan.py b/func/minion/modules/vlan.py
index a65c066..a973607 100644
--- a/func/minion/modules/vlan.py
+++ b/func/minion/modules/vlan.py
@@ -32,7 +32,7 @@ class Vlan(func_module.FuncModule):
# You can use this if you have VLAN IDs which are reserved for internal
# use, which should never be touched by func.
# Use strings here, not integers!
- ignorevlans = ListOptions()
+ ignorevlans = ListOption()
vconfig = Option("/sbin/vconfig")
ip = Option("/sbin/ip")
ifup = Option("/sbin/ifup")