-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New module.run format causing traceback from state file #43770
Comments
I am unable to replicate this issue, but I do see another one right now, on the 2017.7 branch.
@isbm can you take a look at this? Thanks, |
It appears that this is broken by ea83513 |
@gtmanfred so are you saying that my original issue is also caused by this, or are we now looking at a different issue? |
In general it seems like module.run doesn't seem to be working right now, and should be looked at. |
@sdodsley Your original issue is coming from a new lint I added in #43070; it looks like In the meantime, it may be prudent to lower the |
@aneeshusa looks like the |
The old format is being deprecated in Selenium.
We are working on fixing this before 2017.7.2 is out, and then we will also
be fixing it in develop, which is where you are seeing it fail.
…On Thu, Sep 28, 2017 at 5:57 AM, Simon Dodsley ***@***.***> wrote:
@aneeshusa <https://github.com/aneeshusa> looks like the '''module.run'''
old format is going to be deprecated in Oxygen and the method failing here
will be the default I think we need to at the very least fix the lint to be
a warning. This will allow malformed responses to be tracked and fixed at a
later date.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#43770 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAssoeZLnIk1MXYX1XNtXa7UrefFw7gNks5sm4mlgaJpZM4Plsm2>
.
|
@gtmanfred Is Selenium after Fluorine? The Nitrogen release notes say this is being deprecated in Oxygen. |
Sorry, it is Sodium.
https://github.com/saltstack/salt/blob/2017.7/salt/states/module.py#L218
…On Thu, Sep 28, 2017 at 11:53 AM, Simon Dodsley ***@***.***> wrote:
@gtmanfred <https://github.com/gtmanfred> Is Selenium after Fluorine? The
Nitrogen release notes say this is being deprecated in Oxygen.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#43770 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAssoQLg6uLTGBUqINMoPiB60JK4Wqi0ks5sm90hgaJpZM4Plsm2>
.
|
is this still an issue? |
@sdodsley @gtmanfred is this still an issue? |
I can't seem to reproduce it after pulling the latest code. |
Thank you for checking @sdodsley closing as no longer an issue. |
Description of Issue/Question
Trying to use the new module.run format and getting a traceback failure from the minion.
I have followed the instructions regarding the new format and including the required settings in the minion config file
Setup
Minion config file contains the following:
top.sls
storage.sls
Steps to Reproduce Issue
Minion log file:
Versions Report
Master and minion are exactly the same version and operating system
The text was updated successfully, but these errors were encountered: