]> gitweb.fluxo.info Git - puppet-samba.git/commitdiff
cleanup indentation
authorAdam Jahn <ajjahn@gmail.com>
Fri, 24 Aug 2012 15:46:52 +0000 (11:46 -0400)
committerAdam Jahn <ajjahn@gmail.com>
Fri, 24 Aug 2012 15:46:52 +0000 (11:46 -0400)
manifests/server.pp

index 172b132aff1dfd7dddec2f38f246dcd51a58d55a..811013d3aae65c70a4091bf50eae3c57b86dfbce 100644 (file)
@@ -4,10 +4,10 @@ class samba::server($workgroup = PCCH) {
        include samba::server::service
   
   augeas { global:
-      context => "/files/etc/samba/smb.conf",
-      changes => [
-        "set target[. = 'global']/workgroup $workgroup"
-        ],
-      require => Class["samba::server::config"]
-    }
+    context => "/files/etc/samba/smb.conf",
+    changes => [
+      "set target[. = 'global']/workgroup $workgroup"
+      ],
+    require => Class["samba::server::config"]
+  }
 }
\ No newline at end of file