Update cookbooks for Ubuntu 16.04 TLS
This commit is contained in:
@@ -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
|
||||
@@ -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'
|
||||
Reference in New Issue
Block a user