prefix/localhost in tutorial

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-09-27 01:12:09 +02:00
parent d87deba30e
commit cdd4e09683
1 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ with public keys:
ssh-keygen
# Copy pubkey over to target host
ssh-copy-id root@target_host
ssh-copy-id root@localhost
--------------------------------------------------------------------------------
As soon as you are able to login without passwort to the target host,
@ -75,7 +75,7 @@ ls -l /etc/cdist-configured
The file 'conf/manifest/init' is usually the entry point for cdist,
to find out what to configure on which host. All manifests are
essentially shell scripts. Every manifest can use the types known to
cdist, which are usually underline prefixed (\_\_).
cdist, which are usually underline prefixed (__).
SEE ALSO