diff --git a/modules/jenkins/manifests/master.pp b/modules/jenkins/manifests/master.pp index 742949fada..6d486e50fb 100644 --- a/modules/jenkins/manifests/master.pp +++ b/modules/jenkins/manifests/master.pp @@ -51,7 +51,6 @@ class jenkins::master( group => 'root', mode => '0640', content => $ssl_cert_file_contents, - require => Class[apache], before => Apache::Vhost[$vhost_name], } } @@ -62,7 +61,6 @@ class jenkins::master( group => 'root', mode => '0640', content => $ssl_key_file_contents, - require => Class[apache], before => Apache::Vhost[$vhost_name], } } @@ -73,7 +71,6 @@ class jenkins::master( group => 'root', mode => '0640', content => $ssl_chain_file_contents, - require => Class[apache], before => Apache::Vhost[$vhost_name], } }