projects
/
mirror
/
dsa-puppet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
massive style guide fixups
[mirror/dsa-puppet.git]
/
modules
/
ferm
/
manifests
/
ftp.pp
1
class ferm::ftp {
2
@ferm::rule { 'dsa-ftp':
3
domain => '(ip ip6)',
4
description => 'Allow ftp access',
5
rule => '&SERVICE(tcp, 21)',
6
}
7
}