Project

General

Profile

« Previous | Next » 

Revision 72ba9783

Added by Ewoud Kohl van Wijngaarden over 6 years ago

Use implicit dependency chaining on puppet

https://github.com/theforeman/puppet-puppet/commit/2fb8ad506566092d146492f49e7892ca0fb93b64
ensures the puppet user is always managed. This means the file resource
will autorequire the user causing the chaining to work.

View differences:

spec/classes/certs_foreman_proxy_content_spec.rb
on_supported_os['redhat-7-x86_64']
end
let :pre_condition do
"
package{ 'qpid-cpp-server': }
class { 'puppet':
server_foreman => false,
agent => false,
server => true,
}
"
end
let :params do
{
:certs_tar => '/tmp/tar'

Also available in: Unified diff