You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed set/get from master to server in updates to the puppet
configuration
Changed the check for puppetserver running from a fragile CRL query to the
actual status endpoint and moved from curl to native net/http
Added
simp config:
Added option to configure a local user with ssh and sudo privileges
to prevent server lockout, when SIMP is not installed from ISO.
Especially important for cloud instances when the user does not have
console access.
Specified local user will be created if not already present.
If the specified local user exists and has authorized ssh keys, the keys
will be copied to /etc/ssh/local_keys/, the default location of local user
ssh authorized key files in SIMP.
IMPORTANT: Any future updates to a users's ssh authorized key list must
be made to the user's file in /etc/ssh/local_keys/.
Set the NTP server defaults for ntpd and chronyd. simp_options::ntp::servers is intended to be the default NTP server
settings for a SIMP system, regardless of whether it uses ntpd or
chronyd. However, the chrony module does not use simp_options,
because it is not a SIMP-maintained module. To work around this, simp config was updated to set chrony::servers to an alias of simp_options::ntp::servers in hieradata.
Fixed
simp config:
Fixed a bug in which running simp config multiple times could result in
multiple /etc/hosts entries for the puppetserver.
Check for both ntpd and chronyd settings when determining the OS defaults
for simp_options::ntp::server, not just ntpd settings.
Removed
simp CLI:
Dropped support for Puppet 5
Removed support for EL6
Removed management of puppetdb components since it is no longer enabled by
default.