From 7f6cc25682a168d96b872434fc12c1e256618570 Mon Sep 17 00:00:00 2001 From: Scott Brimhall <36291478+suchpuppet@users.noreply.github.com> Date: Tue, 17 Nov 2020 16:09:12 -0600 Subject: [PATCH] Make auth.conf contents Sensitive --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index fcfb09c..ea4e828 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -329,7 +329,7 @@ class apt ( owner => $auth_conf_owner, group => 'root', mode => '0600', - content => "${confheadertmp}${auth_conf_tmp}", + content => Sensitive("${confheadertmp}${auth_conf_tmp}"), notify => Class['apt::update'], } } -- 2.45.2