feat: add motd and facts

- use parameters created by the enc to create external facts
- use external facts to generate the motd
- use features from unkinben/puppet-enc#22
This commit is contained in:
2023-11-04 18:12:35 +11:00
parent dc4a4942c2
commit 0cc0bacad3
6 changed files with 68 additions and 0 deletions
+4
View File
@@ -52,4 +52,8 @@ class profiles::base (
# default users
include profiles::accounts::sysadmin
# add a motd
include profiles::base::facts
include profiles::base::motd
}