From a467c7b2433dfa26e971704a7276cba48daa87d7 Mon Sep 17 00:00:00 2001 From: Konrad Bucheli Date: Mon, 27 Jun 2022 11:31:53 +0200 Subject: [PATCH 1/2] phase out aaa::support_afs --- admin-guide/puppet/profiles/aaa.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-guide/puppet/profiles/aaa.rst b/admin-guide/puppet/profiles/aaa.rst index c51cb752..1268eebc 100644 --- a/admin-guide/puppet/profiles/aaa.rst +++ b/admin-guide/puppet/profiles/aaa.rst @@ -31,7 +31,7 @@ override_homedir string hiera('aaa::override_homedir', undef) ssh_authorized_keys hash hiera_hash('aaa::sshkeys', {}) sssd_debuglevel int hiera('aaa::sssd_debuglevel') sudo_rules (Hiera only) list hiera_array('aaa::sudo_rules', []) -support_afs bool hiera('aaa::support_afs'), +support_afs bool hiera('base::enable_afs'), use_bastions bool hiera('aaa::use_bastions', $profile::networking::use_bastions) users list hiera_array('aaa::users', []) =============================== ======== ============================================================== From 8d059d9807a616c22f09313d72c47538952071a0 Mon Sep 17 00:00:00 2001 From: sala Date: Thu, 30 Jun 2022 07:38:30 +0000 Subject: [PATCH 2/2] Update bob.rst with updated repo --- admin-guide/mgmt-tools/bob.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin-guide/mgmt-tools/bob.rst b/admin-guide/mgmt-tools/bob.rst index db676d3f..52b7f511 100644 --- a/admin-guide/mgmt-tools/bob.rst +++ b/admin-guide/mgmt-tools/bob.rst @@ -14,8 +14,8 @@ For production use of bob there will be RPMs for bob and its dependencies. For the moment the steps are the following:: yum -y install python-setuptools python-requests-kerberos - git clone git@git.psi.ch:linux-infra/bob.git - cd bob + git clone git@git.psi.ch:linux-infra/admin-tools.git + cd admin-tools python setup.py install