From 7669b418c0e0818c31501fe25f1ea3cf922909bd Mon Sep 17 00:00:00 2001
From: Peter Souter
Date: Wed, 12 Feb 2014 15:25:38 +0000
Subject: [PATCH] Puppet-lint fix for > 80 character line
---
manifests/linux.pp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/manifests/linux.pp b/manifests/linux.pp
index 0e77456..7c4f3a8 100644
--- a/manifests/linux.pp
+++ b/manifests/linux.pp
@@ -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,
--
2.45.2