From: Tomas Edwardsson Date: Sun, 1 Sep 2013 10:11:23 +0000 (+0000) Subject: Removed extreneous closing parenthesis X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=5ffe04fc605044cf0037a67c334121c68cc0608e;p=puppet-samba.git Removed extreneous closing parenthesis --- diff --git a/manifests/server/ads.pp b/manifests/server/ads.pp index 8ca8d45..16be9ad 100644 --- a/manifests/server/ads.pp +++ b/manifests/server/ads.pp @@ -31,7 +31,7 @@ class samba::server::ads($ensure = present, } if $osfamily == "RedHat" { - if $operatingsystemrelease =~ /^6\./) { + if $operatingsystemrelease =~ /^6\./ { $winbind_package = 'samba-winbind' } else { $winbind_package = 'samba-common'