package "libnet-ldap-perl"
package "libpdf-api2-perl"
package "libsoap-lite-perl"
+package "libyaml-libyaml-perl"
+package "libcrypt-eksblowfish-perl"
apache_module "headers"
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
group "www-data"
mode 0664
content IO.read(distname)
- notifies :run, resources(:execute => "/opt/otrs/bin/Cron.sh")
+ notifies :run, "execute[/opt/otrs/bin/Cron.sh]"
end
end