Actions
Bug #866
closedDefaults file has windows line endings
Description
I installed the latest package from the testing repo and the /etc/default/foreman has Windows line endings. This is causing the init.d scripts to fail. After converting the line endings, the init scripts work fine.
puser@puppetqa:~$ cat -e /etc/default/foreman- Start foreman on boot?^M$
START=yes^M$
^M$ - the location where foreman is installed^M$
#FOREMAN_HOME=/usr/share/foreman^M$
^M$ - the network interface which foreman web server is running at^M$
#FOREMAN_IFACE=0.0.0.0^M$
^M$ - the port which foreman web server is running at^M$
- note that if the foreman user is not root, it has to be a > 1024^M$
#FOREMAN_PORT=3000^M$
^M$ - the user which runs the web interface^M$
#FOREMAN_USER=foreman^M$
^M$ - the rails environment in which foreman runs^M$
#FOREMAN_ENV=production^M$
Actions