Skip to content
Snippets Groups Projects
Commit 8fe038c4 authored by Nils Olof Paulsson's avatar Nils Olof Paulsson
Browse files

fixfqdn

parent 211aabb4
Branches new_try
No related tags found
2 merge requests!28Test,!27fixfqdn
Pipeline #163846 passed
...@@ -4,6 +4,7 @@ class kmaccess::hosts::forskarmatch2 { ...@@ -4,6 +4,7 @@ class kmaccess::hosts::forskarmatch2 {
# before => User['kmaccess'], # before => User['kmaccess'],
# } # }
# User <| title == 'kmaccess' |> { groups +> 'docker' } # User <| title == 'kmaccess' |> { groups +> 'docker' }
$fqdn = fact('networking.fqdn')
profiles::letsencrypt::cert { $fqdn: profiles::letsencrypt::cert { $fqdn:
addn_domains => ['forskarmatch.ida.liu.se'], addn_domains => ['forskarmatch.ida.liu.se'],
} }
......
...@@ -4,6 +4,7 @@ class kmaccess::hosts::juliusum2 { ...@@ -4,6 +4,7 @@ class kmaccess::hosts::juliusum2 {
# before => User['kmaccess'], # before => User['kmaccess'],
# } # }
# User <| title == 'kmaccess' |> { groups +> 'docker' } # User <| title == 'kmaccess' |> { groups +> 'docker' }
$fqdn = fact('networking.fqdn')
profiles::letsencrypt::cert { $fqdn: profiles::letsencrypt::cert { $fqdn:
addn_domains => ['juliusum.it.liu.se', 'juliusum.ida.liu.se'], addn_domains => ['juliusum.it.liu.se', 'juliusum.ida.liu.se'],
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment