diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2013-12-30 14:56:34 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2013-12-30 14:56:34 +0000 |
commit | 2b36a51834f0316c7e27683f0bd0614da7431f88 (patch) | |
tree | b9d37a7221c386e53774f9e04ec0584b944daf55 /sysutils/puppet | |
parent | 78a89fb7bef9683f807252e84bebd76af01de7bd (diff) | |
download | ports-2b36a51834f0316c7e27683f0bd0614da7431f88.tar.gz ports-2b36a51834f0316c7e27683f0bd0614da7431f88.zip |
Notes
Diffstat (limited to 'sysutils/puppet')
-rw-r--r-- | sysutils/puppet/Makefile | 2 | ||||
-rw-r--r-- | sysutils/puppet/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/puppet/Makefile b/sysutils/puppet/Makefile index e0b9e7fc4258..f58d64b5e04c 100644 --- a/sysutils/puppet/Makefile +++ b/sysutils/puppet/Makefile @@ -3,7 +3,7 @@ PORTNAME= puppet PORTVERSION= 3.3.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MASTER_SITES= http://downloads.puppetlabs.com/puppet/ diff --git a/sysutils/puppet/pkg-plist b/sysutils/puppet/pkg-plist index ac61f9c0c9fc..3f48dac10f28 100644 --- a/sysutils/puppet/pkg-plist +++ b/sysutils/puppet/pkg-plist @@ -48,13 +48,13 @@ man/man8/puppet.8.gz %%ETCDIR%%/puppet.conf-dist %%ETCDIR%%/auth.conf-dist www/puppet/config.ru +@exec /usr/sbin/chown -Rh puppet:puppet %D/%F @dirrm www/puppet/public @dirrm www/puppet @dirrmtry etc/puppet/modules @dirrmtry etc/puppet @unexec rmdir /var/puppet 2>/dev/null || : @exec /usr/sbin/chown -Rh puppet:puppet /var/puppet -@exec /usr/sbin/chown -Rh puppet:puppet www/puppet/config.ru @dirrm %%RUBY_SITELIBDIR%%/hiera/backend @dirrm %%RUBY_SITELIBDIR%%/hiera @dirrm %%RUBY_SITELIBDIR%%/puppetx/puppetlabs/syntax_checkers |