From: Adam Jahn Date: Fri, 24 Aug 2012 17:33:25 +0000 (-0400) Subject: fix indentation X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=e3ad4c2e0ea22af3a2d3e91e1869db2824575db4;p=puppet-samba.git fix indentation --- diff --git a/manifests/server.pp b/manifests/server.pp index 6addab8..45eb516 100644 --- a/manifests/server.pp +++ b/manifests/server.pp @@ -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']"