-
Notifications
You must be signed in to change notification settings - Fork 26
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
oxidized-script issue from oxidized issue #1455 #24
Comments
Did you write |
module Oxidized class Script
end I have copied and replaced lines 37-42 with the changes noted in issue #1455. |
You were supposed to insert 37..42 to the named spot. Now it shouldn't do anything, if it does something, it's because it's running in group, ostype or regexp mode. |
Ah, so I misunderstood. So, I did a few things to see if I am getting it right.
Now if you're saying I need to insert those commands in that section, at what line should I be inserting them? Thanks for your patience. |
Try this http://p.ip.fi/uhTz.txt |
I can confirm the changes proposed here work absolutely fine. |
Thanks for the file, I've replaced the following files: .....and I see the following: The output I receive is only for the second device in the list. Here's the list of files I have for cli.rb: Pretty sure I updated the right ones. |
ytti,
Here's the changes that I made as per your post for lines 37-42:
I've tried different orders of nodes to see what would happen and it seems that what ever the first node is then that would be the device that would be output.
Thanks again
The text was updated successfully, but these errors were encountered: