feat: change enc_* fact to read direct from cobbler

- change enc_role and enc_env to read direct from cobbler
- cleanup profiles::base::facts
This commit is contained in:
2025-03-12 22:29:26 +11:00
parent b981a6fb01
commit 0a9b4ecbd2
10 changed files with 80 additions and 73 deletions
@@ -1,3 +0,0 @@
---
enc_role: <%= @enc_role[0] %>
enc_env: <%= @enc_env %>
@@ -1 +0,0 @@
enc_env=<%= @enc_env %>
@@ -1 +0,0 @@
enc_role=<%= @enc_role[0] %>