update to dashboard repo, update to pupppet-run

This commit is contained in:
do
2013-02-02 20:26:53 +01:00
parent aa3fa40310
commit aaea443943
2 changed files with 186 additions and 218 deletions

View File

@@ -12,8 +12,9 @@
export FACTERLIB="<%= scope.lookupvar("factpath") %>"
PATH="/opt/local/bin:/opt/local/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PUPPET=$(which puppetd)
PUPPET=$(which puppet)
[[ -e ${PUPPET} ]] || exit 1
PUPPET="${PUPPET} agent"
<% if run_if_ipmatch != "" -%>
ISUNIIP=$(ifconfig |grep -c -e "<%= run_if_ipmatch %>")
<% else -%>