Code Review
/
puppet-modules
/
puppetlabs-firewall.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
1b870e2
)
Puppet-lint fix for > 80 character line
author
Peter Souter
<p.morsou@gmail.com>
Wed, 12 Feb 2014 15:25:38 +0000
(15:25 +0000)
committer
Peter Souter
<p.morsou@gmail.com>
Tue, 18 Feb 2014 21:40:03 +0000
(21:40 +0000)
manifests/linux.pp
patch
|
blob
|
history
diff --git
a/manifests/linux.pp
b/manifests/linux.pp
index 0e774567fb9670cd5070a28dff0ba546a79805b2..7c4f3a80b5b696503439e004736b7ee77ecbf104 100644
(file)
--- 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,