diff options
-rwxr-xr-x | install-itzks-workstation | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/install-itzks-workstation b/install-itzks-workstation index 093fd33..f9c9fb6 100755 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -278,6 +278,11 @@ echo puppet agent --test --waitforcert 120 puppet agent --enable +# enable puppet client if machine is running on systemd +pidof systemd && systemctl enable puppet || : +# and start the client service... +invoke-rc.d puppet start + echo echo '! FERTIG Die Installation |