Releases: simp/rubygem-simp-cli
Releases · simp/rubygem-simp-cli
Release of 4.0.4
* Mon Oct 16 2017 Trevor Vaughan <[email protected]> - 4.0.4 - Fix intermittent failure in RPM builds due to missing rubygems
Release of 4.0.3
* Thu Aug 31 2017 Liz Nemsick <[email protected]> - 4.0.3 - Fix bug in hostname validation that prevented complex hostnames such as 'xyz-w-puppet.qrst-a1-b2' to fail validation. * Mon Jun 12 2017 Liz Nemsick <[email protected]> - 4.0.3 - Prompt user for TTYs to allow in /etc/securetty content * Fri Jun 02 2017 Nick Markowski <[email protected]> - 4.0.3 - simp bootstrap update: - Back up and remove /etc/puppetlabs/puppet/auth.conf
4.0.2: Fix PE permissions for `<vardir>/pserver_tmp`
* Changed chown command to also handle PE (which uses `pe-puppet` instead of `puppet`) * Made the Puppetserver tmp dir code consistent with the rest of the chmods in the code (surrounding environment referential) * Bump version to 4.0.2
4.0.0: (SIMP-2990) Fix simp bootstrap instructions (#70)
Updates to simp config
:
- When SIMP was not installed via RPM, warn operator about
potential system lockout and then prevent 'simp bootstrap'
from running, until the operator manually verifies the
problem has been addressed/is not an issue. - Update location to FakeCA
- Add query for
svckill::mode
to simp scenario - Refactored generation of scenario configuration YAML, to
support, more readily, the different configuration requirements
of each scenario. - Reworked YUM-related queries to reflect changes to simp::yum.
Now, for non-ISO installs, you have the option to set up
SIMP repos that pull from SIMP internet repositories.
Otherwise, the configuration of YUM repositories for the
SIMP server and SIMP clients is left to the installer. - Adjust spacing of logged output
Updates to simp bootstrap
:
- Tweak post-bootstrap text to remove instructions to run
puppet and to make it more clear that the user must reboot. - Do not tell user existing certificates have been preserved,
when none exist.
Updates to simp passgen
:
- Fixed bug that prevented removal of passwords by
simp passgen
(call to non-existentshow_password()
) - Updated
simp passgen
operation to reflect environments - Added
simp passgen
command-line option to specify whether the
user will be prompted for backup operations when a password is
set. - Added spec tests.