X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/261e7e9cd1a9882faa4ed7087b5902ebafe25988..3c7e8fb2b0c038be14b6432b0c06db93e6f208b2:/cookbooks/otrs/recipes/default.rb?ds=sidebyside diff --git a/cookbooks/otrs/recipes/default.rb b/cookbooks/otrs/recipes/default.rb index fa9644287..5f74ae9f6 100644 --- a/cookbooks/otrs/recipes/default.rb +++ b/cookbooks/otrs/recipes/default.rb @@ -34,6 +34,8 @@ package "libmail-imapclient-perl" package "libnet-ldap-perl" package "libpdf-api2-perl" package "libsoap-lite-perl" +package "libyaml-libyaml-perl" +package "libcrypt-eksblowfish-perl" apache_module "headers" @@ -93,7 +95,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