Skip to content

Commit 5230121

Browse files
author
Joshua Hoblitt
committed
whitespace tidy manifests/config.pp
1 parent 3494b33 commit 5230121

File tree

1 file changed

+53
-52
lines changed

1 file changed

+53
-52
lines changed

manifests/config.pp

+53-52
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
# [*use_tls*]
4646
# Optional, defaults to false.
4747
# Whether or not to accept tls connections in addition to normal ones.
48-
# TODO: Remember to place your server certificate in /etc/ssl/private/pure-ftpd.pem
48+
# TODO: Remember to place your server certificate in
49+
# /etc/ssl/private/pure-ftpd.pem
4950
#
5051
# [*force_passive_ip*]
5152
# Optional, defaults to undef (not set)
@@ -66,58 +67,58 @@
6667
# 5Ub-Z3r0
6768
#
6869
class pureftpd::config(
69-
$chrooteveryone = true,
70-
$trustedgid = '100',
70+
$chrooteveryone = true,
71+
$trustedgid = '100',
7172
$brokenclientscompatibility = false,
72-
$maxclientsnumber = '50',
73-
$maxclientsperip = '8',
74-
$verboselog = false,
75-
$displaydotfiles = true,
76-
$anonymousonly = false,
77-
$noanonymous = false,
78-
$syslogfacility = 'ftp',
79-
$fortunesfile = false,
80-
$dontresolve = true,
81-
$maxidletime = '15',
82-
$ldapconfigfile = false,
83-
$mysqlconfigfile = false,
84-
$pgsqlconfigfile = false,
85-
$pamauthentication = true,
86-
$unixauthentication = false,
87-
$limitrecursion = '10000 8',
88-
$anonymouscancreatedirs = false,
89-
$maxload = '4',
90-
$passiveportrange = undef,
91-
$forcepassiveip = undef,
92-
$anonymousratio = undef,
93-
$userratio = undef,
94-
$antiwarez = true,
95-
$bind = false, # false means bind to ALL
96-
$anonymousbandwidth = false,
97-
$userbandwidth = undef,
98-
$umask = '133:022',
99-
$minuid = '500',
100-
$useftpusers = false,
101-
$allowuserfxp = false,
102-
$allowanonymousfxp = false,
103-
$prohibitdotfileswrite = false,
104-
$prohibitdotfilesread = false,
105-
$autorename = false,
106-
$anonymouscantupload = true,
107-
$trustedip = false,
108-
$logpid = false,
109-
$altlog = 'clf:/var/log/pureftpd.log',
110-
$nochmod = false,
111-
$createhomedir = false,
112-
$quota = false,
113-
$maxdiskusage = '99',
114-
$norename = false,
115-
$customerproof = true,
116-
$peruserlimits = false,
117-
$notruncate = false,
118-
$tls = false,
119-
$ipv4only = false,
120-
$ipv6only = false,
73+
$maxclientsnumber = '50',
74+
$maxclientsperip = '8',
75+
$verboselog = false,
76+
$displaydotfiles = true,
77+
$anonymousonly = false,
78+
$noanonymous = false,
79+
$syslogfacility = 'ftp',
80+
$fortunesfile = false,
81+
$dontresolve = true,
82+
$maxidletime = '15',
83+
$ldapconfigfile = false,
84+
$mysqlconfigfile = false,
85+
$pgsqlconfigfile = false,
86+
$pamauthentication = true,
87+
$unixauthentication = false,
88+
$limitrecursion = '10000 8',
89+
$anonymouscancreatedirs = false,
90+
$maxload = '4',
91+
$passiveportrange = undef,
92+
$forcepassiveip = undef,
93+
$anonymousratio = undef,
94+
$userratio = undef,
95+
$antiwarez = true,
96+
$bind = false, # false means bind to ALL
97+
$anonymousbandwidth = false,
98+
$userbandwidth = undef,
99+
$umask = '133:022',
100+
$minuid = '500',
101+
$useftpusers = false,
102+
$allowuserfxp = false,
103+
$allowanonymousfxp = false,
104+
$prohibitdotfileswrite = false,
105+
$prohibitdotfilesread = false,
106+
$autorename = false,
107+
$anonymouscantupload = true,
108+
$trustedip = false,
109+
$logpid = false,
110+
$altlog = 'clf:/var/log/pureftpd.log',
111+
$nochmod = false,
112+
$createhomedir = false,
113+
$quota = false,
114+
$maxdiskusage = '99',
115+
$norename = false,
116+
$customerproof = true,
117+
$peruserlimits = false,
118+
$notruncate = false,
119+
$tls = false,
120+
$ipv4only = false,
121+
$ipv6only = false,
121122
) inherits pureftpd::params {
122123

123124
file { $pureftpd::params::conf_path:

0 commit comments

Comments
 (0)