Skip to content

Commit

Permalink
fix #12738 duplicate-declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
lbetz committed Sep 16, 2016
1 parent f6b27ca commit e1ea2f5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions manifests/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,7 @@
ensure => installed,
}

file { $pki_dir:
ensure => directory,
require => Package[$package],
}

file { "${conf_dir}/features-enabled":
file { "${conf_dir}/features-enabled":
ensure => directory,
purge => $purge_features,
recurse => $purge_features,
Expand Down

0 comments on commit e1ea2f5

Please sign in to comment.