Skip to content

Commit

Permalink
remove dependencies since we have autorequire
Browse files Browse the repository at this point in the history
  • Loading branch information
trefzer committed Dec 16, 2020
1 parent aecfff6 commit ae510aa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions manifests/configs.pp
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,6 @@
Hash $conffiles = {},
){

# dpendencies: ensure config file is generated before potential usage
File<| tag=='openssl-configs' |> -> Ssl_pkey<| |>
File<| tag=='openssl-configs' |> -> X509_cert<| |>
File<| tag=='openssl-configs' |> -> X509_request<| |>

$conffiles.each |String $filename, Hash $vals| {
file { $filename:
ensure => pick($vals['ensure'], 'present'),
Expand Down

0 comments on commit ae510aa

Please sign in to comment.