diff options
| -rw-r--r-- | install-itzks-workstation | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/install-itzks-workstation b/install-itzks-workstation index d7b86e5..4122624 100644 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -186,7 +186,7 @@ invoke-rc.d puppet restart  # Install and enable puppet-agent on client  echo '!   Puppet-Agent wird installiert... '  apt-get install puppet -puppet agent --test --wait-for-cert +puppet agent --test --waitforcert  puppet agent --enable  read -p '''Nun mit ssh auf den tjener wechseln und dort  mit   puppet cert --list   die am Master angemeldeten  | 
