My puppet service wont start. Running 16.04 ubuntu. When I run puppet agent --test is runs just fine with now issues.
terminal gives me this job for puppet.service failed because a timeout was exceeded. See "systemctl status puppet.service" and "journalctl -xe" for details.
Here is the log output
==> /var/log/syslog <== Dec 18 18:58:26 1 systemd[1]: puppet.service: Start operation timed out. Terminating.
==> /var/log/syslog <== Dec 18 18:58:26 1 systemd[1]: Failed to start Puppet agent. Dec 18 18:58:26 1 systemd[1]: puppet.service: Unit entered failed state. Dec 18 18:58:26 1 systemd[1]: puppet.service: Failed with result 'timeout'.
Here is the conf that I stripped
[main] vardir=/var/lib/puppet ssldir=/var/lib/puppet/ssl
[agent] server = puppet.whonodes.org pluginsync = true runinterval = 15m
↧