File: manage_policy_rc_d_file-747510db06792d52.yaml

package info (click to toggle)
puppet-module-openstacklib 25.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 968 kB
  • sloc: ruby: 4,500; python: 38; sh: 22; makefile: 10
file content (11 lines) | stat: -rw-r--r-- 472 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
---
features:
  - Add a class that takes an array of services that can be
    configured to not autostart on package install. The most
    notable example is keystone. The policy-rc.d file is
    generated to return the correct exit code to prevent the
    services from autostarting on package install. This change
    is only meant for debian based systems.
issues:
  - ubuntu cloud archive keystone package is auto-starting the
    eventlet process on package install.