Skip to main content

UConf, a smart tool for managing config files

Project description

UConf is a small tool aiming to provide simple handling of configuration files for an heterogeneous computer set.

Its key concepts are:

  • Abstract host-specific config to common features (server, relay, …)

  • Host-specific configuration may range from a single-line change to a whole file rewrite

  • Configuration files are modified in place, not in the source - versionned - repository.

Configuring

You can get started with uconf init <source_dir> <target_dir>. This will generate the following layout:

./<source_dir>
    config
    src/

The config file is UConf’s main entry point. Its content should look like:

[global]
; Install files into the <target_dir> folder.
target: <target_dir>

; Default to parsing the files.
default-action: parse

[categories]
; Put your category definitions here
; Example:
; myserv: server
; server and slave: not master

[files]
; Add category-file rules
; server: ssh/sshd_config
; laptop: X11/xorg.conf

[rules]
; Override file rules here
; boot/splash_screen: copy

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

uconf-0.3.7.tar.gz (19.9 kB view details)

Uploaded Source

File details

Details for the file uconf-0.3.7.tar.gz.

File metadata

  • Download URL: uconf-0.3.7.tar.gz
  • Upload date:
  • Size: 19.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for uconf-0.3.7.tar.gz
Algorithm Hash digest
SHA256 f7ec0a2e6e1e1c6449d5ea4022d5d7b57f2389b0ec3688afb6e976984157b1b9
MD5 4abe7a62d5d3eeeaadda1a24f1217fe0
BLAKE2b-256 979778eb9dda72a281636bf9b15568ba09a999bc7629a84841d428fc16888476

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page