From 9b72dda04583acd73ae6ccf9d8f70bac3a24a45e Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 30 Apr 2018 10:58:30 +0200 Subject: systemd+puppet integration: The puppet client service is disabled after installation. Enable it. --- install-itzks-workstation | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.2.3