Skip to content
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

salt-minion file doesn't have newline if run from make install #1

Open
deanrather opened this issue Jul 14, 2017 · 0 comments
Open

Comments

@deanrather
Copy link

Let me preface this by saying:

  • I've literally never used salt before, and
  • I've literally never used debian before.

So if this sounds stupid or obvious, please disregard :)

So I thought I'd give your instructions a crack, ran make install which worked, then make apply threw a syntax error while reading the /etc/salt/minion file.

I looked at it, looked at your manual instructions, and it seems that there's no newline between the two separate statements there.

The install.sh seems to be attempting to put a newline by nature of your string going over two lines in the file... alas the result is not as expected.

Simple work-around:

  1. make install
  2. sudo vim /etc/salt/minion and insert the new line
  3. make apply

Seems to be running now.

Anyhoo, thought I'd let you know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant