Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Johan Holtz
freebsd
Commits
21201e9b
Commit
21201e9b
authored
Jan 16, 2021
by
Andreas Kempe
Browse files
blacklistd: add basic configuration
parent
2f6991fc
Changes
2
Hide whitespace changes
Inline
Side-by-side
files/blacklistd
0 → 100644
View file @
21201e9b
blacklistd_enable="YES"
sshd_flags="-o UseBlacklist=yes"
manifests/blacklistd.pp
0 → 100644
View file @
21201e9b
#
class
freebsd::blacklistd
{
file
{
'/etc/rc.conf.d/blacklistd'
:
ensure
=>
file
,
source
=>
'puppet:///modules/freebsd/blacklistd'
,
owner
=>
'root'
,
group
=>
'wheel'
,
mode
=>
'0644'
,
}
file
{
'/etc/ipfw-blacklistd.rc'
:
content
=>
''
,
owner
=>
'root'
,
group
=>
'wheel'
,
mode
=>
'0644'
,
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment