Skip to content
#

configuration-management

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

reedacus25
reedacus25 commented Mar 30, 2022

Description
I tried to use the state aptpkg.held as shown in the documentation, only for that state to apparently not exist.

I tried looping through state modules such as apt, pkg, and aptpkg with hold and held states, to find apt.held as the actually correct usage.

$ for major in apt pkg ap
Documentation severity-medium help-wanted doc-correction
mgmt
dynaconf
aberres
aberres commented Jan 5, 2022

Is your feature request related to a problem? Please describe.
After scratching my head for an hour or more why a unit test of mine fails (but everything is fine in production) I finally noticed that is configures Dynaconf like this:

settings.configure(
    ENV_FOR_DYNACONF="testing",
    ROOT_PATH_FOR_DYNACONF=os.path.dirname(os.path.realpath(__file__)) + "/../../../config",
    R

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