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

almostinitial

parent a7a043da
Branches
Tags
No related merge requests found
......@@ -5,12 +5,13 @@
# @example
# include kmaccess
class kmaccess {
$host = fact('networking.fqdn')
$fqdn = fact('networking.fqdn')
$host = fact('networking.hostname')
$cfg = "kmaccess::hosts::${host}"
if defined($cfg) {
include $cfg
}
profiles::letsencrypt::cert { $host : }
profiles::letsencrypt::cert { $fqdn : }
user { 'kmservice' :
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