feat: change enc_* fact to read direct from cobbler (#219)
- change enc_role and enc_env to read direct from cobbler - cleanup profiles::base::facts Reviewed-on: https://git.query.consul/unkinben/puppet-prod/pulls/219
This commit was merged in pull request #219.
This commit is contained in:
@@ -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] %>
|
||||
Reference in New Issue
Block a user