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 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', []) =============================== ======== ==============================================================