ruby 在配方中使用安全策略自定义资源

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ruby 在配方中使用安全策略自定义资源相关的知识,希望对你有一定的参考价值。

#
# Cookbook Name:: windows-hardening
# Recipe:: account-lockout
#
# Copyright (c) 2016 Joe Gardiner, All Rights Reserved.

return unless node['platform_family'] == 'windows'

# cis: account-lockout-duration 1.2.1,
# cis: reset-account-lockout 1.2.3
# windows-baseline: windows-account-104
# windows-baseline: windows-account-100,
# cis: add-workstations 2.2.4
security_policy 'Local Policy' do
  policy_template "#{node['security_policy']['template']['location']}\\mySecurityPolicy.inf"
  database "#{node['security_policy']['database']['location']}\\#{node['security_policy']['database']['name']}"
  action :configure
end

以上是关于ruby 在配方中使用安全策略自定义资源的主要内容,如果未能解决你的问题,请参考以下文章

厨师库或定义?

本地组策略

ruby Secedit.exe自定义资源示例

ruby Secedit.exe自定义资源示例

我可以使用/覆盖 AWS OpsWork 的内置 unicorn::rails 配方安装自定义构建的 nginx 吗?

自定义资源 cloudformation 的堆栈策略