Feature #35728
Disable Puppetserver telemetry by default
Status:
Closed
Priority:
Normal
Assignee:
Category:
Foreman modules
Target version:
-
Difficulty:
Triaged:
Yes
Description
Puppetserver 7.0 adopted opt-out telemetry, meaning telemetry is sent by default. The installer does have an option to disable it.
Foreman traditionally has had a policy where no telemetry was sent by default (though the RSS feed could be considered that since it sends the Foreman version number). Disabling the telemetry would bring align Puppetserver to this policy.
See https://puppet.com/docs/puppet/7/server/puppet_server_usage_telemetry.html as well.
Associated revisions
History
#1
Updated by The Foreman Bot 5 months ago
- Assignee set to Ewoud Kohl van Wijngaarden
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/puppet-puppet/pull/851 added
#2
Updated by The Foreman Bot about 1 month ago
- Fixed in Releases 3.6.0 added
#3
Updated by Ewoud Kohl van Wijngaarden about 1 month ago
- Status changed from Ready For Testing to Closed
Applied in changeset puppet-puppet|95788e3eba0187ae5df956a16f2bfc03fd3e1aa7.
#4
Updated by The Foreman Bot about 1 month ago
- Pull request https://github.com/theforeman/foreman-installer/pull/832 added
#5
Updated by The Foreman Bot about 1 month ago
- Fixed in Releases 3.5.2 added
#6
Updated by Ewoud Kohl van Wijngaarden about 1 month ago
- Triaged changed from No to Yes
#7
Updated by The Foreman Bot 20 days ago
- Pull request https://github.com/theforeman/foreman-installer/pull/838 added
Fixes #35728 - Disable telemetry by default
Puppetserver 7.0 adopted opt-out telemetry1, meaning telemetry is sent
by default. Foreman traditionally has had a policy where no telemetry
was sent by default. Disabling the telemetry would bring align
Puppetserver to this policy.
It uses Optional[Boolean] so the Foreman installer can explicitly record
the users answer if they choose anything, where undef means whatever
the module thinks is best.
[1]: https://puppet.com/docs/puppet/7/server/puppet_server_usage_telemetry.html