You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
make install
sudo vim /etc/salt/minion and insert the new line
make apply
Seems to be running now.
Anyhoo, thought I'd let you know!
The text was updated successfully, but these errors were encountered:
Let me preface this by saying:
So if this sounds stupid or obvious, please disregard :)
So I thought I'd give your instructions a crack, ran
make install
which worked, thenmake 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:
make install
sudo vim /etc/salt/minion
and insert the new linemake apply
Seems to be running now.
Anyhoo, thought I'd let you know!
The text was updated successfully, but these errors were encountered: