Update cookbooks for Ubuntu 16.04 TLS

This commit is contained in:
Greg Karékinian
2017-03-31 19:20:00 +02:00
parent 6430d71006
commit 8923d0d7ef
219 changed files with 2770 additions and 11511 deletions

View File

@@ -1,25 +0,0 @@
directory '/opt/scripts' do
action :create
mode '0755'
owner 'root'
group 'root'
end
directory '/opt/local/etc/snmp/conf.d' do
action :create
mode '0755'
owner 'root'
group 'root'
end
template '/opt/scripts/SMFServicesOK.sh' do
path '/opt/scripts/SMFServicesOK.sh'
source 'SMFServicesOK.sh.erb'
mode '0755'
end
template 'SMFServicesOK.snmpd.conf' do
path '/opt/local/etc/snmp/conf.d/SMFServicesOK.snmpd.conf'
source 'SMFServicesOK.snmpd.conf.erb'
mode '0644'
end

View File

@@ -1,7 +0,0 @@
## These libraries need to be installed when the cookbook
# is loaded, otherwise they are not available when the
# cookbook runs.
chef_gem 'builder'
require 'builder'