diff options
author | Steve Wills <swills@FreeBSD.org> | 2013-11-04 02:27:13 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2013-11-04 02:27:13 +0000 |
commit | cf5fac8087e0f375c4daadf324d84291c9db7823 (patch) | |
tree | 60c355536ec5b7d48b4e8276c06eb5991d1244ab /sysutils/puppet | |
parent | caeb0cf455d3001e95f33327fc4395a6599e9aa0 (diff) | |
download | ports-cf5fac8087e0f375c4daadf324d84291c9db7823.tar.gz ports-cf5fac8087e0f375c4daadf324d84291c9db7823.zip |
Notes
Diffstat (limited to 'sysutils/puppet')
-rw-r--r-- | sysutils/puppet/Makefile | 2 | ||||
-rw-r--r-- | sysutils/puppet/files/puppet.in | 2 | ||||
-rw-r--r-- | sysutils/puppet/files/puppetmaster.in | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/puppet/Makefile b/sysutils/puppet/Makefile index c36fdbdc6623..f8bbe570d5a2 100644 --- a/sysutils/puppet/Makefile +++ b/sysutils/puppet/Makefile @@ -3,7 +3,7 @@ PORTNAME= puppet PORTVERSION= 3.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://downloads.puppetlabs.com/puppet/ diff --git a/sysutils/puppet/files/puppet.in b/sysutils/puppet/files/puppet.in index 412e61f48354..c741d40c14f6 100644 --- a/sysutils/puppet/files/puppet.in +++ b/sysutils/puppet/files/puppet.in @@ -24,7 +24,7 @@ load_rc_config "$name" command="%%PREFIX%%/bin/puppet" command_args="agent ${puppet_flags} --rundir=${puppet_rundir}" -command_interpreter=%%PREFIX%%/bin/ruby +command_interpreter=%%RUBY%% unset puppet_flags pidfile="${puppet_rundir}/agent.pid" diff --git a/sysutils/puppet/files/puppetmaster.in b/sysutils/puppet/files/puppetmaster.in index 26bcda5a805a..7230bda90df3 100644 --- a/sysutils/puppet/files/puppetmaster.in +++ b/sysutils/puppet/files/puppetmaster.in @@ -22,7 +22,7 @@ load_rc_config "${name}" : ${puppetmaster_rundir="/var/run/puppet"} : ${puppetmaster_flags="--rundir=${puppetmaster_rundir}"} -command_interpreter=%%PREFIX%%/bin/ruby +command_interpreter=%%RUBY%% command="%%PREFIX%%/bin/puppet" command_args="master ${puppetmaster_flags}" unset puppetmaster_flags |