Puppet-lint fix for > 80 character line
authorPeter Souter <p.morsou@gmail.com>
Wed, 12 Feb 2014 15:25:38 +0000 (15:25 +0000)
committerPeter Souter <p.morsou@gmail.com>
Tue, 18 Feb 2014 21:40:03 +0000 (21:40 +0000)
manifests/linux.pp

index 0e774567fb9670cd5070a28dff0ba546a79805b2..7c4f3a80b5b696503439e004736b7ee77ecbf104 100644 (file)
@@ -24,7 +24,8 @@ class firewall::linux (
   }
 
   case $::operatingsystem {
-    'RedHat', 'CentOS', 'Fedora', 'Scientific', 'SL', 'SLC', 'Ascendos', 'CloudLinux', 'PSBM', 'OracleLinux', 'OVS', 'OEL', 'Amazon', 'XenServer': {
+    'RedHat', 'CentOS', 'Fedora', 'Scientific', 'SL', 'SLC', 'Ascendos',
+    'CloudLinux', 'PSBM', 'OracleLinux', 'OVS', 'OEL', 'Amazon', 'XenServer': {
       class { "${title}::redhat":
         ensure  => $ensure,
         enable  => $enable,