Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
base
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
puppetpublic
base
Commits
b672a3ce
Commit
b672a3ce
authored
8 years ago
by
Karl Kornel
Browse files
Options
Downloads
Patches
Plain Diff
Updated NEWS file for new release
parent
0c6e07c6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
NEWS
+70
-0
70 additions, 0 deletions
NEWS
with
70 additions
and
0 deletions
NEWS
+
70
−
0
View file @
b672a3ce
release/005.000 (2016-11-21)
This release has a number of breaking changes.
[duo] base::duo has been completely reworked into a type plus a common
class. Clients which use Duo for their own purposes should create an
instance of base::duo::config, which will create a Duo PAM config file for
them to use. See README.duo for more information.
[ipmi] A complete rework of base::ipmi. The base::noipmi class no
longer exists. Instead, IPMI support should be disabled by setting
base::ipmi::ensure to "absent". IPMI kernel modules, and ipmievd, should
still be automatically disabled on virtual systems, even when
"ensure => present"; in those cases, the IPMI client tools will still be
installed. Code has been updated for Debian 8 and Ubuntu 16.04.
[os/debian] All aptitude operations are now performed in a new phase,
called "aptitude". The "aptitude" phase is configured to run before
"main".
Clients which rely on aptitude being up-to-date must no longer
"require => Exec['aptitude update']". The nature of Puppet phases will
ensure that aptitude is already updated.
Clients installing their own custom sources are advised to move all of that
into separate classes, and to put those classes into a new phase of their
own. This new phase should "require => Phase['aptitude']" and
"before => Phase['main']", to ensure proper execution sequencing.
[os/debian] Add two Hiera-configurable parameters to base::os::debian::apt:
* apt_cache_notin_tmp. If true, use a different directory to store package
scripts that need to be run during package install/upgrade.
* apt_cache_tmp_dir. When apt_cache_notin_tmp is true, this is the
directory to use for package scripts.
[postfix/sender] A new type: base::postfix::sender. This is similar to
base::postfix::recipient, except it is used to rewrite sender addresses
instead of recipient addresses.
It is suggested that clients use base::postfix::sender to ensure that
emails sent 'from' "root@stanford.edu" or "root@hostname.stanford.edu" are
instead being sent 'from' either "noreply@stanford.edu" or
"shared-mailbox@stanford.edu".
[ssh] A fairly large rework of SSH code. Support has been added for
treating "alternate accounts" (.root, .admin, root., and admin.) the same
as root. Code has also been updated to account for changes to base::duo.
Support has also been added to completely disable password authentication.
Support for Ed25519 keys is also included (though disabled by default).
Finally, pam_afs is now configurable: It can be disabled on systems that do
not use AFS.
See README.ssh for more information on how to use the code.
[sudo] Complete rework of base::sudo, including configurable support for
Duo. Anyone in the "sudo" or "wheel" group gets sudo access. If Duo is
enabled, anyone on a specified list is able to sudo without a password, but
with a two-step run. Fail-secure is supported, as is using the GECOS field
to specify the username that Puppet should actually use.
See README.sudo for more information on how to use the code.
[syslog] Some fixes for Ubuntu.
[os/debian] Fix the $PATH used by aptitude.
[puppetclient] Fix a filter-syslog regex error.
release/004.063 (2016-10-17)
release/004.063 (2016-10-17)
[ipmi] EL package requires (like EL6, EL7 only has available OpenIPMI,
[ipmi] EL package requires (like EL6, EL7 only has available OpenIPMI,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment