blob: 9a386456b6b313e7fb1102ecead72ddbeb01c70f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
if redhat?
execute "yum update -y"
else
execute "apt-get update -y"
end
package node['stronglifters']['packages']
package "logrotate"
include_recipe "runit"
include_recipe "stronglifters::ruby"
|