shell = dsl
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
c937fbede6
commit
6b75aff72b
1 changed files with 7 additions and 1 deletions
8
INTRO
8
INTRO
|
@ -19,7 +19,8 @@ What do I need from puppet?
|
||||||
- All the helper types like
|
- All the helper types like
|
||||||
- file
|
- file
|
||||||
- ssh_keys
|
- ssh_keys
|
||||||
-
|
- package
|
||||||
|
- service
|
||||||
- facter is cool
|
- facter is cool
|
||||||
- clients for every unix
|
- clients for every unix
|
||||||
- mostly ruby + facter in puppet
|
- mostly ruby + facter in puppet
|
||||||
|
@ -45,6 +46,11 @@ What do I miss from puppet?
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
Simple stuff done by Unix[notm]
|
Simple stuff done by Unix[notm]
|
||||||
|
|
||||||
|
- DSL: Shell!
|
||||||
|
- gives if, else and EVEN elsif for free!
|
||||||
|
- and case
|
||||||
|
- and and and
|
||||||
|
- and there's no os (solaris doesn't count) without a usable /bin/sh
|
||||||
- version control via git
|
- version control via git
|
||||||
- file distribution via ssh
|
- file distribution via ssh
|
||||||
- authentication via ssh
|
- authentication via ssh
|
||||||
|
|
Loading…
Reference in a new issue