内容简介:Chef 14.5.21 发布了,Chef 是一个系统集成框架,为整个架构提供配置管理功能。 更新内容如下: Move subversion properties out of scm and into subversion #7648 (tas50) More Resource doc fixes #7646 (tas...
Chef 14.5.21 发布了,Chef 是一个系统集成框架,为整个架构提供配置管理功能。
更新内容如下:
Move subversion properties out of scm and into subversion #7648 (tas50)
Fix resource descriptions for ohai_hint and rhsm_errata_level #7645 (tas50)
Rename windows_ad_join's newname to be new_hostname #7643 (tas50)
windows_workgroup Resource for joining Windows Workgroups #7564 (derekgroh)
windows_ad_join resource - add newname property #7637 (derekgroh)
Add locale resource more managing the system's locale #7633 (vincentaubert)
paludis_package: Make sure timeout property is an Integer #7625 (tas50)
Fix remote_directory does not obey removal of file specificity #7551 (thechile)
Add required properties to the resource inspector output #7631 (tas50)
Properly capitalize PowerShell in descriptions and errors #7630 (tas50)
Add introduced versions for properties and more descriptions #7627 (tas50)
Remove unnecessary declare_resource usage in build_essential #7624 (tas50)
Remove the CBGB #7619 (nathenharvey)
Shorten the resource collision deprecation message #7601 (lamont-granquist)
Update property descriptions and remove extra nil types #7604 (tas50)
Allow resource_inspector be used outside the binary #7609 (tas50)
windows_auto_run: Avoid declare_resource where it's not needed #7608 (tas50)
Build chef omnibus package with Chef 14 / Berkshelf 7 #7603 (tas50)
Simplify the rake task to updating gem dependencies #7602 (lamont-granquist)
Add additional property docs + update existing docs #7600 (tas50)
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Python算法教程
[挪威] Magnus Lie Hetland 赫特兰 / 凌杰、陆禹淳、顾俊 / 人民邮电出版社 / 2016-1-1 / 69.00元
本书用Python语言来讲解算法的分析和设计。本书主要关注经典的算法,但同时会为读者理解基本算法问题和解决问题打下很好的基础。全书共11章。分别介绍了树、图、计数问题、归纳递归、遍历、分解合并、贪心算法、复杂依赖、Dijkstra算法、匹配切割问题以及困难问题及其稀释等内容。本书在每一章结束的时候均有练习题和参考资料,这为读者的自我检查以及进一步学习提供了较多的便利。在全书的最后,给出了练习题的提......一起来看看 《Python算法教程》 这本书的介绍吧!