Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Done
-
puppet_agent 1.1.0
-
None
-
Linux : CentOS Linux release 7.1.1503 (Core)
Puppet: 4.3.1 (PE)
Puppet-Apache: 1.7.0
Description
Summary.
I am trying to start a new vagrant box with Linux CentOS and it seems that apache is failing when declaring the basic class.
class { 'apache':
|
default_vhost => false,
|
}
|
Error: Could not start Service[httpd]: Execution of '/bin/systemctl start httpd' returned 1: Job for httpd.service failed. See 'systemctl status httpd.service' and 'journalctl -xn' for details.
|
==> apache-centos7: Error: /Stage[main]/Apache::Service/Service[httpd]/ensure: change from stopped to running failed: Could not start Service[httpd]: Execution of '/bin/systemctl start httpd' returned 1: Job for httpd.service failed. See 'systemctl status httpd.service' and 'journalctl -xn' for details.
|
|