Skip to content

Commit

Permalink
fix #479 Remove management of repository.d in install.pp
Browse files Browse the repository at this point in the history
  • Loading branch information
lbetz committed Sep 14, 2018
1 parent 939c6bf commit b308082
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
$plugins = $::icinga2::plugins
$confd = $::icinga2::_confd
$purge_features = $::icinga2::purge_features
$repositoryd = $::icinga2::repositoryd

if $::kernel != 'windows' {
$template_constants = icinga2_attributes($constants)
Expand Down
10 changes: 0 additions & 10 deletions manifests/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,4 @@
group => $group,
}

file { "${conf_dir}/repository.d":
ensure => $_ensure,
owner => $user,
group => $group,
recurse => true,
purge => true,
force => true,
require => File[$pki_dir, $conf_dir],
}

}

0 comments on commit b308082

Please sign in to comment.