I've only used kickstart for RedHat and CentOS; but I believe it is almost the same for Ubuntu. What I would suggest is that you catch the output of the %post script like this:
%post --log=/root/ks-post.log ... %end ... and then include lots of 'echo' commands to debug. By the time %post runs, your installation target should be mounted as '/'; so /usr/bin/puppet should exist. Might be wortwhile adding some 'ls' commands in your %post script to verify. On Tuesday, 13 June 2017 11:09:51 UTC+2, Free4All User wrote: > > I have modified and also checked via which puppet... > > -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/7755d11f-f9b9-4040-92b2-c7e01b0c22d1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
