summaryrefslogtreecommitdiffstats
path: root/func
diff options
context:
space:
mode:
authorJasper Capel <capel@stone-it.com>2008-10-06 10:31:48 +0200
committerJasper Capel <capel@stone-it.com>2008-10-06 10:31:48 +0200
commit6a1c9e13a23788087f2b12f7cb2958bd8b06d2d3 (patch)
tree6ad9541b1e2334788172d5bd1c38f88c47e7edc8 /func
parent94e8963a122eb2f147ab4d87527f97a0457babd5 (diff)
downloadfunc-6a1c9e13a23788087f2b12f7cb2958bd8b06d2d3.tar.gz
func-6a1c9e13a23788087f2b12f7cb2958bd8b06d2d3.tar.xz
func-6a1c9e13a23788087f2b12f7cb2958bd8b06d2d3.zip
Renamed makeitso method to make_it_so.
Diffstat (limited to 'func')
-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 60df983..cd901ad 100644
--- a/func/minion/modules/vlan.py
+++ b/func/minion/modules/vlan.py
@@ -160,7 +160,7 @@ class Vlan(func_module.FuncModule):
return exitcode
- def makeitso(self, configuration):
+ def make_it_so(self, configuration):
# Applies the supplied configuration to the system.
# Configuration is a dictionary, elements should look like this:
# key: interface, value: [id1, id2, id3]