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

fixaliases

parent 03f4c9d2
No related branches found
No related tags found
No related merge requests found
......@@ -4,4 +4,7 @@ class kmaccess::hosts::forskarmatch2 {
# before => User['kmaccess'],
# }
# User <| title == 'kmaccess' |> { groups +> 'docker' }
profiles::letsencrypt::cert { $fqdn:
addn_domains => ['forskarmatch.ida.liu.se'],
}
}
class kmaccess::hosts::juliusum2 {
# package { 'docker':
# ensure => 'installed',
# before => User['kmaccess'],
# }
# User <| title == 'kmaccess' |> { groups +> 'docker' }
profiles::letsencrypt::cert { $fqdn:
addn_domains => ['juliusum.ida.liu.se'],
}
}
......@@ -11,7 +11,7 @@ class kmaccess {
if defined($cfg) {
include $cfg
}
profiles::letsencrypt::cert { $fqdn : }
@user { 'kmaccess' :
ensure => 'present',
shell => '/sbin/nologin',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment