massive style guide fixups
[mirror/dsa-puppet.git] / modules / ferm / manifests / rsync.pp
index 390bce2..44feab6 100644 (file)
@@ -1,8 +1,8 @@
 class ferm::rsync {
-    @ferm::rule { "dsa-rsync":
-        domain          => "(ip ip6)",
-        description     => "Allow rsync access",
-        rule            => "&SERVICE(tcp, 873)"
-    }
+       @ferm::rule { 'dsa-rsync':
+               domain      => '(ip ip6)',
+               description => 'Allow rsync access',
+               rule        => '&SERVICE(tcp, 873)'
+       }
 }