cdist update
This commit is contained in:
parent
e7209609b0
commit
babcaa774a
1 changed files with 7 additions and 7 deletions
|
@ -102,7 +102,7 @@ There are at least the following branches available:
|
||||||
|
|
||||||
* master: the development branch
|
* master: the development branch
|
||||||
* 1.0: First official release
|
* 1.0: First official release
|
||||||
* 1.1: Current stable (includes __file type change)
|
* 1.1: Current stable (includes \_\_file type change)
|
||||||
|
|
||||||
Other branches may be available for features or bugfixes, but they
|
Other branches may be available for features or bugfixes, but they
|
||||||
may vanish at any point. To select a specific branch use
|
may vanish at any point. To select a specific branch use
|
||||||
|
@ -129,13 +129,13 @@ working, break your setup or eat the tree in your garden.
|
||||||
|
|
||||||
### Upgrading from 1.0 to 1.1
|
### Upgrading from 1.0 to 1.1
|
||||||
|
|
||||||
In 1.1 the type **__file** was split into **__directory**, **__file** and
|
In 1.1 the type **\_\_file** was split into **\_\_directory**, **\_\_file** and
|
||||||
**__link**. The parameter **--type** was removed from **__file**. Thus you
|
**\_\_link**. The parameter **--type** was removed from **\_\_file**. Thus you
|
||||||
need to replace **__file** calls in your manifests:
|
need to replace **\_\_file** calls in your manifests:
|
||||||
|
|
||||||
* Remove --type from all __file calls
|
* Remove --type from all \_\_file calls
|
||||||
* If type was symlink, use __link and --type symbolic
|
* If type was symlink, use \_\_link and --type symbolic
|
||||||
* If type was directory, use __directory
|
* If type was directory, use \_\_directory
|
||||||
|
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|
Loading…
Reference in a new issue