@@ -73,7 +73,7 @@ class {{ resource|capitalize }}(ConfigBase, {{ resource|capitalize }}Args):
73
73
74
74
:rtype: A list
75
75
:returns: the commands necessary to migrate the current configuration
76
- to the deisred configuration
76
+ to the desired configuration
77
77
"""
78
78
want = self ._module .params ['config' ]
79
79
have = self .get_ {{ resource }}_facts ()
@@ -87,7 +87,7 @@ class {{ resource|capitalize }}(ConfigBase, {{ resource|capitalize }}Args):
87
87
:param have: the current configuration as a dictionary
88
88
:rtype: A list
89
89
:returns: the commands necessary to migrate the current configuration
90
- to the deisred configuration
90
+ to the desired configuration
91
91
"""
92
92
state = self ._module .params ['state' ]
93
93
if state == 'overridden' :
@@ -110,7 +110,7 @@ class {{ resource|capitalize }}(ConfigBase, {{ resource|capitalize }}Args):
110
110
111
111
:rtype: A list
112
112
:returns: the commands necessary to migrate the current configuration
113
- to the deisred configuration
113
+ to the desired configuration
114
114
"""
115
115
commands = []
116
116
return commands
@@ -121,7 +121,7 @@ class {{ resource|capitalize }}(ConfigBase, {{ resource|capitalize }}Args):
121
121
122
122
:rtype: A list
123
123
:returns: the commands necessary to migrate the current configuration
124
- to the deisred configuration
124
+ to the desired configuration
125
125
"""
126
126
commands = []
127
127
return commands
0 commit comments