summaryrefslogtreecommitdiff
path: root/manifests/ca.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/ca.pp')
-rw-r--r--manifests/ca.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/ca.pp b/manifests/ca.pp
index bd39662..0e068cd 100644
--- a/manifests/ca.pp
+++ b/manifests/ca.pp
@@ -9,7 +9,7 @@ define x509::ca (
ensure => file,
mode => '0444',
group => 'ssl-cert',
- require => [ Package['openssl'], Package['ca-certificates'] ],
+ require => Package['ca-certificates'],
notify => Exec['update-ca-certificates'],
}
case $content {