内容简介:Chef 14.4.46 发布了,Chef 是一个系统集成框架,为整个架构提供配置管理功能。 更新内容如下: lazy the default resource_name until after parsing #7566 (lamont-granquist) Update to Ohai 14.4.2 #7570 (t...
Chef 14.4.46 发布了,Chef 是一个系统集成框架,为整个架构提供配置管理功能。
更新内容如下:
lazy the default resource_name until after parsing #7566 (lamont-granquist)
switch shell_out to shell_out! in
functests #7565 (lamont-granquist)
- Validatorless
bootstrap fix #7562 (coderanger)
Support for battery power options in windows_task resource #7483 (dheerajd-msys)
Restart Python yum helper before each repo enable/disable #7558 (cosinusoidally)
Fix failed RHEL6 32-bit functional tests #7555 (lamont-granquist)
Add new
opensslresources: ec_private_key, ec_public_key, certificate, and x509_request #7513 (tas50)
Update to
opensslwindows_package: Fix package sensitive error #7353 (dheerajd-msys)
Require
mixlib-
shelloutFix issue of setting comment for windows user #7537 (NAshwini)
Run
rspectests within a kitchen container on CentOS 7 #7529 (lamont-granquist)
osx_profile: Use the full path to /
usrUpdate
inspecstop parsing init script at the "### END INIT INFO" marker. #7525 (goblin23)
Maybe hold off on
rspec3.8 #7527 (cheeseplus)
add chef_version API to provides lines #7524 (lamont-granquist)
Prevent failures RHSM resources by using default_env
inexecute[SHACK-290] Unpacking tarball paths suffer from URI error #7523 (tyler-ball)
Always update both the loaded
sysctlvalue and the
sysctl.d value on disk #7519 (Nimesh-Msys)
- MSYS-858 :
added warning if allow_downgrade set to be false and tried to install older version #7495 (piyushawasthi)
[SHACK-304] Deprecation checking turns up false positive #7515 (tyler-ball)
Assume credentials supplied are still valid if they cannot be validated due to a Windows account restriction #7416(stuartpreston)
Bump version of ISO8601 to latest (0.11.0) #7505 (Nimesh-Msys)
Functional tests: Ensure we logon with the local security_user account #7498 (stuartpreston)
Handling Quotes in Windows Task Commands and Arguments #7497 (Nimesh-Msys)
Expand platform support for the
route- ifconfig
: Add gateway property on RHEL/Debian based systems #7475 (tas50)
Pull in the latest
inspecgroup: convert to properties with descriptions and improve comma separated parsing #7474 (tas50)
Allow specifying VLAN & Gateway on RHEL/Centos #6400 (tomdoherty)
- ifconfig
add back clean_array API #7477 (lamont-granquist)
Make gem_installer generate a valid Gemfile #6168 (oclaussen)
Improve the error message when knife bootstrap windows
isn'tMove all knife cookbook site plugin logic into knife supermarket #7466 (tas50)
Fix duplicated query parameters to resolve Chef::HTTP::Simple regression #7465 (lamont-granquist)
Fixing array args in some
unixproviders #7379 (lamont-granquist)
Add knife config get/use-profile commands #7455 (coderanger)
Remove require
mixlib/
shellouts[MSYS-843] - Add remove_account_right function to win32/security #7445 (Nimesh-Msys)
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- Chef 14.1.20 发布,自动化服务器配置管理工具
- Chef 14.3.18 发布,自动化服务器配置管理工具
- Chef 14.3.34 发布,自动化服务器配置管理工具
- Chef 14.3.43 发布,自动化服务器配置管理工具
- Chef 14.3.43 发布,自动化服务器配置管理工具
- Chef 14.3.34 发布,自动化服务器配置管理工具
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
深度探索C++对象模型
斯坦利•B.李普曼 (Stanley B. Lippman) / 侯捷 / 电子工业出版社 / 2012-1 / 69.00元
作者Lippman参与设计了全世界第一套C++编译程序cfront,这本书就是一位伟大的C++编译程序设计者向你阐述他如何处理各种explicit(明确出现于C++程序代码中)和implicit(隐藏于程序代码背后)的C++语意。 本书专注于C++面向对象程序设计的底层机制,包括结构式语意、临时性对象的生成、封装、继承,以及虚拟——虚拟函数和虚拟继承。这本书让你知道:一旦你能够了解底层实现模......一起来看看 《深度探索C++对象模型》 这本书的介绍吧!