forked from ungleich-public/cdist
add some checks, more types
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
a78eb81951
commit
e06c0824dc
3 changed files with 38 additions and 6 deletions
|
|
@ -21,6 +21,12 @@
|
|||
# Define configuration, currently global, add matches later!
|
||||
#
|
||||
|
||||
__file /usr/bin/cdist --source /from/outer/space
|
||||
__file cdist_bin --source /from/outer/space --destination /to/earth
|
||||
__user hal --uid 9000
|
||||
__service puppet --status disabled
|
||||
|
||||
# fails
|
||||
__service puppet --status duplicated
|
||||
|
||||
# fails
|
||||
__service time --missing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue