Skip to content

Commit

Permalink
Fix realizations
Browse files Browse the repository at this point in the history
  • Loading branch information
vir-dis authored and fn-dis committed Jul 26, 2016
1 parent 22a14f8 commit 368238c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/client.pp
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@
if $ipa::client::sssd {
Ipa::Clientinstall<||> -> Service['sssd']
if ($::operatingsystem == 'Ubuntu' and $::lsbmajdistrelease != '12.04') {
realize Package['sssd-common']
realize Package[$ipa::sssd_package]
}
realize Package['sssd']
realize Service['sssd']
}

if $::osfamily == 'Debian' {
Expand Down

0 comments on commit 368238c

Please sign in to comment.