]> gitweb.fluxo.info Git - puppet-samba.git/commitdiff
Removed extreneous closing parenthesis
authorTomas Edwardsson <tommi@ok.is>
Sun, 1 Sep 2013 10:11:23 +0000 (10:11 +0000)
committerTomas Edwardsson <tommi@ok.is>
Sun, 1 Sep 2013 10:11:23 +0000 (10:11 +0000)
manifests/server/ads.pp

index 8ca8d459869654c9dcbe4b325c17607eb2d83740..16be9adf9b7b924a31ad378391e64871403a7299 100644 (file)
@@ -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'