svn commit: r339883 - head/sysutils/puppet

Mathieu Arnold mat at FreeBSD.org
Thu Jan 16 16:09:06 UTC 2014


+--On 16 janvier 2014 02:01:37 +0000 Steve Wills <swills at FreeBSD.org> wrote:
|  www/puppet/config.ru
| -%%EXAMPLESDIR%%/example-passenger-vhost.conf
|  @exec /usr/sbin/chown -Rh puppet:puppet %D/%F

Would you mind bumping PORTREVISION too ?

The @exec ended up doing :
/usr/sbin/chown -Rh puppet:puppet
/usr/local/share/examples/puppet/example-passenger-vhost.conf

where it should have been doing :
/usr/sbin/chown -Rh puppet:puppet /usr/local/www/puppet/config.ru

I was wondering why after upgrading my puppetmaster was failing in quite a
strange way... :-)

-- 
Mathieu Arnold


More information about the svn-ports-all mailing list