New cdist version (blogentry): 2.1.0

This commit is contained in:
Nico Schottelius 2012-12-09 15:12:06 -08:00
parent 4006e485fb
commit bd9688cd24
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
[[!meta title="Cdist 2.1.0 released"]]
Here's a short overview about the changes found in this release:
* Core: Ensure global explorers are executable
* Core: Ensure type explorers are executable (Steven Armstrong)
* New Type: __git
* New Type: __ssh_authorized_keys (Steven Armstrong)
* New Type: __user_groups (Steven Armstrong)
* Type __rvm_gemset: Change parameter "default" to be boolean
* Type __user: Remove --groups support (now provided by __user_groups)
* Type __apt_ppa: Bugfix: Installeded ppa detection (Steven Armstrong)
* Type __jail: Change optional parameter "started" to boolean "stopped" parameter,
change optional parameter "devfs-enable" to boolean "devfs-disable" parameter and
change optional parameter "onboot" to boolean.
* Type __package_pip: Bugfix: Installeded the package, not pyro
* Remove Type __ssh_authorized_key: Superseeded by __ssh_authorized_keys
* Support for CDIST_PATH (Steven Armstrong)
For more information visit the [[cdist homepage|software/cdist]].
[[!tag cdist config unix]]