converge icon indicating copy to clipboard operation
converge copied to clipboard

A powerful and easy-to-use configuration management system.

Results 101 converge issues
Sort by recently updated
recently updated
newest added

Hi there! Awesome tool, found in packer.io docs. Just noticed that last release was just a couple of days more than a year ago. That's extremely sad. Actually going to...

question

Inline content can become hard to work with when dealing with larger files (config files, for example). The module should be able to load a template from a file on...

enhancement

`resource`s of `package ` are currently tested in `package `. We are considering changing this to make tests part of their package. This would allow the use of private members...

It would be useful to be able to perform a key based `lookup` against a map-type field exposed on a resource. This would be necessary to effectively implement #253. It...

enhancement

`converge 0.6.0` told me ``` root/file.mode.terraform: Messages: "/usr/local/bin/terraform" exists "/usr/local/bin/terraform"'s mode is "-r-xr-xr-x" expected "-r-xr-xr-x" Has Changes: no Changes: /usr/local/bin/terraform: "-r-xr-xr-x" => "-r-xr-xr-x" ``` it's clearly mode-munging, because when i...

I would be nice if a module could intercept whether another module has changed in its own check phase. For instance, assuming the "changed" value returned an integer: > file.content...

It would be great to have some kind of source for secrets like Puppet's Hiera or Salt's Pillars that would contain params that shouldn't be included in Git repository containing...

This would be really helpful if there would be way to not mark which files from server should be ran but setting tags and fetching other informations from host itself...

I'd like to be able to run a module every time a dependency module changes. **Given dummy example** `main.hcl` ```hcl param "users" {} param "dep_packages" {} module "setup-x.hcl" "setup-x" {...

## Given ``` param "node_version" { default = "1.0" } ``` **Case 1** ```hcl task.query "get-version" { query = "node version 2>/dev/null | grep '{{param `node_version`}}'" group = "install" }...

bug