]> gitweb.fluxo.info Git - puppet-samba.git/commitdiff
fix indentation
authorAdam Jahn <ajjahn@gmail.com>
Fri, 24 Aug 2012 17:33:25 +0000 (13:33 -0400)
committerAdam Jahn <ajjahn@gmail.com>
Fri, 24 Aug 2012 17:33:25 +0000 (13:33 -0400)
manifests/server.pp

index 6addab86354822aacd5dd77d7728bc09a3f15d18..45eb51649f852680f61cc2b796e141241f304675 100644 (file)
@@ -1,7 +1,7 @@
 class samba::server($workgroup = '') {
-       include samba::server::install
-       include samba::server::config
-       include samba::server::service
+  include samba::server::install
+  include samba::server::config
+  include samba::server::service
 
   $context = "/files/etc/samba/smb.conf"
   $target = "target[. = 'global']"