Sha256: ffadabd7ae3d699b399c18ed5f9a773c698bc8777428f17046641b33281e0d85
Contents?: true
Size: 392 Bytes
Versions: 10
Compression:
Stored size: 392 Bytes
Contents
# # Cookbook:: mu-tools # Recipe:: selinux # # Copyright:: 2019, The Authors, All Rights Reserved. if !node['application_attributes']['skip_recipes'].include?('selinux') selinux_state "SELinux Enforcing" do action :enforcing notifies :request_reboot, 'reboot[now]', :immediately end reboot 'now' do action :nothing reason 'Must reboot to enable SELinux.' end end
Version data entries
10 entries across 10 versions & 1 rubygems