微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

错误:无法启动Service [puppetserver]:执行'/ usr / bin / systemctl start puppetserver'返回5:

如何解决错误:无法启动Service [puppetserver]:执行'/ usr / bin / systemctl start puppetserver'返回5:

我已经安装了最新版本的puppet-server。

yum install -y puppet-server

现在我想运行puppetmaster,但是失败了:

[root@puppet-master ~]# puppet resource service puppetserver ensure=running


Error: Could not start Service[puppetserver]: Execution of '/usr/bin/systemctl start puppetserver' returned 5: Failed to start puppetserver.service: Unit not found.
Error: /Service[puppetserver]/ensure: change from stopped to running Failed: Could not start Service[puppetserver]: Execution of '/usr/bin/systemctl start puppetserver' returned 5: Failed to start puppetserver.service: Unit not found.
service { 'puppetserver':
  ensure => 'stopped',}

版本为:

[root@puppet-master ~]# puppet --version
3.8.7

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。