Added a base role

* base role imports the base profile
  * updated profiles::base to work with debian family
This commit is contained in:
2023-06-26 20:41:06 +10:00
parent d5989653d1
commit c00821763e
2 changed files with 8 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
# a role to deploy the base system
# work in progress
class roles::base {
include profiles::base
}