diff --git a/salt/states/module.py b/salt/states/module.py index 691675fc091e..5bbf623b97ef 100644 --- a/salt/states/module.py +++ b/salt/states/module.py @@ -11,7 +11,7 @@ mine.send: module.run: - - func: network.interfaces + - name: network.interfaces Note that this example is probably unnecessary to use in practice, since the ``mine_functions`` and ``mine_interval`` config parameters can be used to @@ -25,7 +25,7 @@ mine.send: module.wait: - - func: network.interfaces + - name: network.interfaces - watch: - file: /etc/network/interfaces