The Wayback Machine - https://web.archive.org/web/20210822095401/https://github.com/topics/configuration-management
Skip to content
#

configuration-management

Here are 1,242 public repositories matching this topic...

jouve
jouve commented Jun 3, 2021

Description

let's say I have an apache process group I want to control.

  • when using supervisord.running, the name must be apache:* (which is the same notation used by supervisor)
  • when using supervisord.dead, the name must be apache: (without the *)

As both states mirror each other, I expect them to use the same convention for name, the one from running since it

mgmt
grmoon
grmoon commented Aug 13, 2021

Describe your problem

When users run a mutator (e.g. set-annotations), the output doesn't tell them which files changed. The only way a user can figure out which files were affected is by looking through them manually or doing git status or however they might normally be notified of changes to files.

It would be nice if we were able to notify the user which files changed as a result

Improve this page

Add a description, image, and links to the configuration-management topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the configuration-management topic, visit your repo's landing page and select "manage topics."

Learn more