Skip to content

Commit

Permalink
Merge branch '3.1.x'
Browse files Browse the repository at this point in the history
* 3.1.x:
  Ensure 'agent' subcommand is executed

closes puppetlabs#1520
  • Loading branch information
Jeff McCune committed Mar 7, 2013
2 parents 1e47c12 + 4e908a5 commit 7e3d491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/suse/client.init
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ puppetd=${PUPPETD-/usr/bin/puppet}
RETVAL=0

PUPPET_OPTS="agent"
[ -n "${PUPPET_SERVER}" ] && PUPPET_OPTS="--server=${PUPPET_SERVER}"
[ -n "${PUPPET_SERVER}" ] && PUPPET_OPTS="${PUPPET_OPTS} --server=${PUPPET_SERVER}"
[ -n "$PUPPET_LOG" ] && PUPPET_OPTS="${PUPPET_OPTS} --logdest=${PUPPET_LOG}"
[ -n "$PUPPET_PORT" ] && PUPPET_OPTS="${PUPPET_OPTS} --port=${PUPPET_PORT}"

Expand Down

0 comments on commit 7e3d491

Please sign in to comment.