]> git.openstreetmap.org Git - chef.git/commitdiff
Update OTRS to 3.3.8
authorTom Hughes <tom@compton.nu>
Wed, 20 Aug 2014 17:40:21 +0000 (18:40 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 20 Aug 2014 17:46:15 +0000 (18:46 +0100)
cookbooks/otrs/attributes/default.rb
cookbooks/otrs/recipes/default.rb

index b6edde2029648b6d68b6526e20d101dab75cea41..d9c79b543efef5dfc20e632a65f9a0f148f10e29 100644 (file)
@@ -1,4 +1,4 @@
-default[:otrs][:version] = "3.1.5"
+default[:otrs][:version] = "3.3.8"
 default[:otrs][:user] = "otrs"
 default[:otrs][:group] = nil
 default[:otrs][:database_cluster] = "9.1/main"
index fa9644287da79f3dc55b5b73780bfd8fbf06b8e4..9644dc6674f1872b741828292966f91eb9e7e1bd 100644 (file)
@@ -93,7 +93,7 @@ execute "/opt/otrs/bin/otrs.SetPermissions.pl" do
   command "/opt/otrs/bin/otrs.SetPermissions.pl --otrs-user=#{user} --web-user=www-data --otrs-group=www-data --web-group=www-data /opt/otrs-#{version}"
   user "root"
   group "root"
-  not_if { File.stat("/opt/otrs/README").uid != Etc.getpwnam("otrs").uid }
+  not_if { File.stat("/opt/otrs/README.md").uid != Etc.getpwnam("otrs").uid }
 end
 
 execute "/opt/otrs/bin/otrs.RebuildConfig.pl" do