Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
7c6428343d | |||
8400f80651 |
2 changed files with 4 additions and 4 deletions
|
@ -200,15 +200,15 @@ of cdist:
|
||||||
.. code-block:: sh
|
.. code-block:: sh
|
||||||
|
|
||||||
# Singleton type without parameter
|
# 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
|
# Singleton type with parameter
|
||||||
echo __ungleich_munin_node --allow 1.2.3.4 | \
|
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
|
# Normal type
|
||||||
echo __file /tmp/stdintest --mode 0644 | \
|
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
|
Other content in cdist repository
|
||||||
|
|
|
@ -17,7 +17,7 @@ manifests and types.
|
||||||
Stage 2: run the initial manifest
|
Stage 2: run the initial manifest
|
||||||
---------------------------------
|
---------------------------------
|
||||||
The initial manifest, which should be used for mappings of hosts to types,
|
The initial manifest, which should be used for mappings of hosts to types,
|
||||||
is executed. This stage creates objects in a cconfig database that contains
|
is executed. This stage creates objects in a config database that contains
|
||||||
the objects as defined in the manifest for the specific host. In this stage,
|
the objects as defined in the manifest for the specific host. In this stage,
|
||||||
no conflicts may occur, i.e. no object of the same type with the same id may
|
no conflicts may occur, i.e. no object of the same type with the same id may
|
||||||
be created, if it has different parameters.
|
be created, if it has different parameters.
|
||||||
|
|
Loading…
Add table
Reference in a new issue