--
You received this message because you are subscribed to the Google Groups "Salt-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to salt-users+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
well, I don't want to run as sudo, and so I don't want to write into /etc/Is there a way to do this without sudo?
hmm, I am confused...I can verify salt-master runs with sudo. So, I am just going to run it as such, no biggie.But then, I pass it my config file:sudo salt-master -c ~/Sites/globals/salt/masterAnd, even though salt-master runs, it must be with some default config, because it tells me:WARNING: "/Users/paulwalsh/Sites/globals/salt/master" directory does not exist.It is, obviously, a file, not a directory.
--
You received this message because you are subscribed to the Google Groups "Salt-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to salt-users+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
I am almost there.I have all my config for Salt in a directory of my choosing.It seems I still must run salt as sudo / root, as other wise I get a list of warning thrown at me about things that might not work.The last thing is, changing the maxfiles limit - nothing seems to work.Not this:sudo launchctl limit maxfiles 10000Not this:sudo launchctl limit maxfiles 10000
and not this (including reboot after *creating the file*):# /etc/launchd.conflimit maxfiles 10000 unlimitedAfter all these various attempts, everytime check the max files limit, it is 256 - the default. And of course, salt also tells me this when I start it.Any solutions?
Great questions!
All the contents of docs.saltstack.com are found within the "docs" directory of the salt github repo.
Just submit a pull request against the main salt github repo
We really appreciate the help!