diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-05-08 14:19:44 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-05-08 14:19:44 -0300 |
commit | d61bee554bbdbfda239209ac980165213dd88380 (patch) | |
tree | 9b3eba35c2c97ccf0d5edec9b5b692d450e2383a | |
parent | e990f9896e3d5e0332d0b224b414e15517b487ba (diff) | |
download | puppet-reprepro-d61bee554bbdbfda239209ac980165213dd88380.tar.gz puppet-reprepro-d61bee554bbdbfda239209ac980165213dd88380.tar.bz2 |
Using inoticoming.sh as a template
-rwxr-xr-x | templates/inoticoming.sh.erb (renamed from files/inoticoming.sh) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/files/inoticoming.sh b/templates/inoticoming.sh.erb index bfacc86..ad2d9e8 100755 --- a/files/inoticoming.sh +++ b/templates/inoticoming.sh.erb @@ -26,9 +26,8 @@ DESC=inoticoming test -x $DAEMON || exit 0 -basedir=/srv/reprepro +basedir=<%= basedir %> -LOGDIR=/var/log/drush PIDFILE=/var/run/reprepro/$NAME.pid USER=reprepro GROUP=$USER |