File tree 3 files changed +12
-3
lines changed
3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG for artifactory_ii
2
2
3
+ ## 2.0.0 (4/26/2017)
4
+
5
+ - [ Corey Hemminger] - Rewritten for jfrog artifactory oss from rpm and yum repo
6
+
3
7
## 1.0.0 (4/18/2017)
4
8
5
- - [ Corey Hemminger] - Initial commit
9
+ - [ Corey Hemminger] - Initial commit
Original file line number Diff line number Diff line change 37
37
38
38
template '/etc/opt/jfrog/artifactory/default' do
39
39
source 'jvm_parameters.erb'
40
+ owner 'artifactory'
41
+ group 'artifactory'
42
+ mode '0770'
40
43
notifies :restart , 'service[artifactory]' , :delayed
41
44
end
42
45
Original file line number Diff line number Diff line change @@ -9,7 +9,9 @@ export TOMCAT_HOME=/opt/jfrog/artifactory/tomcat
9
9
export ARTIFACTORY_PID=/var/opt/jfrog/run/artifactory.pid
10
10
11
11
export JAVA_OPTIONS=" -server -Xms<%= node['artifactory_ii']['java']['xms'] %> -Xmx<%= node['artifactory_ii']['java']['xmx'] %> -Xss256k -XX:OnOutOfMemoryError=\" kill -9 %p\" <%= node['artifactory_ii']['java']['extra_opts'] %>"
12
- export JAVA_OPTIONS=" $JAVA_OPTIONS -Djruby.compile.invokedynamic=false -Dfile.encoding=UTF8 -Dartdist=rpm -Dorg.apache.tomcat.util.buf.UDecoder.ALLOW_ENCOD$
12
+ export JAVA_OPTIONS=" $JAVA_OPTIONS -Djruby.compile.invokedynamic=false -Dfile.encoding=UTF8 -Dartdist=rpm -Dorg.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=true -Djava.security.egd=file:/dev/./urandom "
13
13
14
14
# Timeout waiting for artifactory to start
15
- # START_TMO=60
15
+ # START_TMO=60
16
+ # Timeout waiting for artifactory to start
17
+ # START_TMO=60
You can’t perform that action at this time.
0 commit comments