I'm trying to figure out why I get this error when checking for the openssh-server package:
Could not find dependency Package[openssh-server] for Service[sshd]
I'm using a line like this to check the package on CentOS 7:
require => Package['openssh-server'],
I do have the package installed:
rpm -q openssh-server
openssh-server-6.6.1p1-23.el7_2.x86_64
I've been looking all over the Internet to see how Puppet checks packages, but have come up short.
↧