forked from ungleich-public/cdist
Merge branch 'master' into beta
This commit is contained in:
commit
1e2440161c
46 changed files with 1756 additions and 277 deletions
|
|
@ -5,6 +5,16 @@ next:
|
|||
* Core: Add trigger functionality (Nico Schottelius, Darko Poljak)
|
||||
* Core: Implement core support for python types (Darko Poljak)
|
||||
|
||||
6.9.2: 2020-11-20
|
||||
* Documentation: Fix examples in best practice (Dennis Camera)
|
||||
* Type __locale: Add state explorer (Matthias Stecher)
|
||||
* Core: Reorganize scripts, version generation (Ander Punnar, Dennis Camera)
|
||||
* New type: __hwclock (Dennis Camera)
|
||||
* Type __hostname: Fix guessing SuSE OS version (Dennis Camera)
|
||||
* New type: __sshd_config (Dennis Camera)
|
||||
* New type: __localedef (Dennis Camera)
|
||||
* Type __locale: Deprecate in favor of __localedef (Dennis Camera)
|
||||
|
||||
6.9.1: 2020-11-08
|
||||
* Type __file: Fix state pre-exists (Dennis Camera)
|
||||
* Type __hostname: Add support for OpenWrt (Dennis Camera)
|
||||
|
|
|
|||
|
|
@ -200,15 +200,15 @@ of cdist:
|
|||
.. code-block:: sh
|
||||
|
||||
# Singleton type without parameter
|
||||
echo __ungleich_munin_server | cdist --initial-manifest - munin.panter.ch
|
||||
echo __ungleich_munin_server | cdist config --initial-manifest - munin.panter.ch
|
||||
|
||||
# Singleton type with parameter
|
||||
echo __ungleich_munin_node --allow 1.2.3.4 | \
|
||||
cdist --initial-manifest - rails-19.panter.ch
|
||||
cdist config --initial-manifest - rails-19.panter.ch
|
||||
|
||||
# Normal type
|
||||
echo __file /tmp/stdintest --mode 0644 | \
|
||||
cdist --initial-manifest - cdist-dev-01.ungleich.ch
|
||||
cdist config --initial-manifest - cdist-dev-01.ungleich.ch
|
||||
|
||||
|
||||
Other content in cdist repository
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ create version.py:
|
|||
|
||||
.. code-block:: sh
|
||||
|
||||
./bin/build-helper version
|
||||
./bin/cdist-build-helper version
|
||||
|
||||
Then you install it with:
|
||||
|
||||
|
|
@ -70,7 +70,7 @@ Or directly with distutils:
|
|||
|
||||
python setup.py install
|
||||
|
||||
Note that `bin/build-helper` script is intended for cdist maintainers.
|
||||
Note that `bin/cdist-build-helper` script is intended for cdist maintainers.
|
||||
|
||||
|
||||
Available versions in git
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue