diff options
author | Benjamin Schlüter <bschlueter@posteo.de> | 2018-01-29 15:22:41 +0100 |
---|---|---|
committer | Benjamin Schlüter <bschlueter@posteo.de> | 2018-01-29 15:22:41 +0100 |
commit | 4cda3d7f88423be18e6120d5b8bb7c0b6b040a57 (patch) | |
tree | 8d932f3ba68a2e220331c73d2fdfa924f3a65b24 /install-itzks-workstation | |
parent | 3bc4af4db8560dc5922fb1fd4d43cd2ae76b0ae5 (diff) | |
download | itzks-install-script-4cda3d7f88423be18e6120d5b8bb7c0b6b040a57.tar.gz itzks-install-script-4cda3d7f88423be18e6120d5b8bb7c0b6b040a57.tar.bz2 itzks-install-script-4cda3d7f88423be18e6120d5b8bb7c0b6b040a57.zip |
Add --wait-for-cert to puppet command.
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 25f2385..d7b86e5 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 +puppet agent --test --wait-for-cert puppet agent --enable read -p '''Nun mit ssh auf den tjener wechseln und dort mit puppet cert --list die am Master angemeldeten |