From b90c6468b3ee0a780de8475293671b0615d94491 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Wed, 26 Jun 2024 22:37:17 +1000 Subject: [PATCH] chore: add facts/motd to firstrun --- site/profiles/manifests/firstrun/init.pp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/profiles/manifests/firstrun/init.pp b/site/profiles/manifests/firstrun/init.pp index c4845e1..abb0a2b 100644 --- a/site/profiles/manifests/firstrun/init.pp +++ b/site/profiles/manifests/firstrun/init.pp @@ -8,6 +8,10 @@ class profiles::firstrun::init { include profiles::base::repos include profiles::firstrun::packages + # set the motd and base facts + include profiles::base::facts + include profiles::base::motd + # mark the firstrun as done include profiles::firstrun::complete