Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
irc_bouncer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lysator
Puppet
irc_bouncer
Commits
2ed116d6
Commit
2ed116d6
authored
2 years ago
by
Hugo Hörnquist
Browse files
Options
Downloads
Patches
Plain Diff
Add number of TODO:s pertaining SSL.
parent
ce72ee27
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
manifests/setup.pp
+6
-0
6 additions, 0 deletions
manifests/setup.pp
with
6 additions
and
0 deletions
manifests/setup.pp
+
6
−
0
View file @
2ed116d6
...
...
@@ -100,16 +100,21 @@ class irc_bouncer::setup {
email
=>
'hugo@lysator.liu.se'
,
}
}
# TODO dynamic dns updtae fails since the DNS server manually writes
# the zone file, disregarding the journal. Update Lysators DNS
# server to not do that.
->
class
{
'::letsencrypt::plugin::dns_rfc2136'
:
# address of ns-master.lysator.liu.se
# Since the python can't handle DNS...
server
=>
'2001:6b0:17:f0a0::2'
,
key_name
=>
$facts
[
'fqdn'
],
key_algorithm
=>
'HMAC-SHA256'
,
# TODO don't publish secret here
key_secret
=>
'YHR7/5gOkdPF64GwWRu6Ge8jcjz8siqCWIy/G8FsVzw='
,
propagation_seconds
=>
10
,
manage_package
=>
true
,
}
# TODO znc probably needs to be reloaded after cert upgrade
->
letsencrypt::certonly
{
$certname
:
ensure
=>
'present'
,
domains
=>
[
$facts
[
'fqdn'
],
],
...
...
@@ -118,6 +123,7 @@ class irc_bouncer::setup {
additional_args
=>
[
'--quiet'
,
],
}
# TODO files in archive is still not readable by znc
file
{
[
'/etc/letsencrypt/live'
,
'/etc/letsencrypt/archive'
,
]:
ensure
=>
directory
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment