From f2ceaf074b40015126d4d2d8a0612cce7c99788a Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Thu, 2 Apr 2020 16:11:01 -0400 Subject: [PATCH] Switch from auth_pillar to secrets_pillar --- setup/so-setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/so-setup b/setup/so-setup index 11bf5a1f7..5a386793b 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -306,7 +306,7 @@ if (whiptail_you_sure) ; then set_hostname set_version generate_passwords - auth_pillar + secrets_pillar clear_master mkdir -p /nsm get_filesystem_root @@ -586,7 +586,7 @@ if (whiptail_you_sure) ; then set_hostname set_version generate_passwords - auth_pillar + secrets_pillar clear_master mkdir -p /nsm get_filesystem_root