- Set ownership on config.ru file
Reported by: mat
This commit is contained in:
parent
669eb39827
commit
5d4d000fc0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337084
2 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= puppet
|
||||
PORTVERSION= 3.3.1
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://downloads.puppetlabs.com/puppet/
|
||||
|
||||
|
|
|
@ -54,6 +54,7 @@ www/puppet/config.ru
|
|||
@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
|
||||
|
|
Loading…
Reference in a new issue