forked from ungleich-public/cdist
begin to write real world manifest
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
85154b87a4
commit
24d28b4a06
2 changed files with 8 additions and 15 deletions
|
|
@ -1,5 +1,10 @@
|
|||
case "$__target_hostname" in
|
||||
thilo)
|
||||
echo "postgresql"
|
||||
#
|
||||
# This is a sample manifest, but used in real world
|
||||
#
|
||||
|
||||
# All ikqs get a sample file
|
||||
case "$__core_hostname" in
|
||||
ikq*)
|
||||
__file cdist-config --source /home/users/nico/p/cdist/bin/cdist-config --destination /usr/bin/cdist-config
|
||||
;;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue