package "libsoap-lite-perl"
package "libyaml-libyaml-perl"
package "libcrypt-eksblowfish-perl"
+package "libtemplate-perl"
apache_module "headers"
content config
end
-generic_agent = edit_file "/opt/otrs-#{version}/Kernel/Config/GenericAgent.pm.dist" do |line|
- line
-end
-
-file "/opt/otrs-#{version}/Kernel/Config/GenericAgent.pm" do
- owner user
- group "www-data"
- mode 0o664
- content generic_agent
-end
-
link "/opt/otrs" do
to "/opt/otrs-#{version}"
end
execute "/opt/otrs/bin/otrs.SetPermissions.pl" do
action :run
- 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}"
+ command "/opt/otrs/bin/otrs.SetPermissions.pl --otrs-user=#{user} --web-group=www-data /opt/otrs-#{version}"
user "root"
group "root"
only_if { File.stat("/opt/otrs/README.md").uid != Etc.getpwnam("otrs").uid }