diff options
author | Benjamin Schlüter <bschlueter@posteo.de> | 2018-01-29 15:25:18 +0100 |
---|---|---|
committer | Benjamin Schlüter <bschlueter@posteo.de> | 2018-01-29 15:25:18 +0100 |
commit | f4eacaa810950c78c4cb8d5d7ac477b6e7c6e0d9 (patch) | |
tree | 051351d2f533cb27ff2c44314c6625c416198289 /install-itzks-workstation | |
parent | fa3d79e9cf9398bd33e531ee80cc8eacb9b8e701 (diff) | |
download | itzks-install-script-f4eacaa810950c78c4cb8d5d7ac477b6e7c6e0d9.tar.gz itzks-install-script-f4eacaa810950c78c4cb8d5d7ac477b6e7c6e0d9.tar.bz2 itzks-install-script-f4eacaa810950c78c4cb8d5d7ac477b6e7c6e0d9.zip |
Add time to waitforcert.
Diffstat (limited to 'install-itzks-workstation')
-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 4122624..ab7ba03 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 --waitforcert +puppet agent --test --waitforcert 7200 puppet agent --enable read -p '''Nun mit ssh auf den tjener wechseln und dort mit puppet cert --list die am Master angemeldeten |