Top "Configuration-management" questions

Software configuration management (SCM) is the task of tracking and controlling changes in the software deployments

Using Ansible to download a single file from a private github repo to a remote host

Example scenario: config files for a certain service are kept under version control on a private github repo. I want …

deployment github wget configuration-management ansible
Managing project configurations in VS 2010

I'm working on a solution with multiple projects (class libraries, interop, web application, etc) in VS2010. For the web application, …

configuration visual-studio-2010 configuration-management
How to read system.web section from web.config

Should be simple, but whatever I try returns null: const string key = "system.web"; var sectionTry1 = WebConfigurationManager.GetSection(key); var …

c# asp.net-mvc web-config configuration-management
salt stack: grains vs pillars

In the Salt system there are grains and pillars. I understand how I can assign custom grains, but when would …

salt-stack configuration-management
How to pass Variables to Terraform modules via CLI or tfvars file?

(Please note: after receiving initial answers, this issue seems to not be just an issue with passing the variables, but …

digital-ocean devops terraform configuration-management infrastructure
How to remove label of a directory and all its contents in clear case?

I have applied a label to directory in clear case recursively. How can I remove all those labels?

clearcase configuration-management
How to get a list of all salt minions in a template?

Basically I am creating a Salt state describing Munin server configuration and I need to get a list of all …

configuration-management salt-stack
Manage configuration files across environments

How do you (your company) manage the config-files of the apps/systems you build? Let me tell you how we …

deployment configuration environment configuration-management
Subversion - Is it possible to disable all commits and make the repository read only?

I have a subversion repository that is a mirror of another remote repository. I use svnsync to mirror the repository …

svn build-process configuration-management
Difference between convergence and idempotence in Chef

What is the basic difference between convergence and idempotence in Chef?

chef-infra theory configuration-management