Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config fails to handle listenaddress versus ListenAddress #16

Closed
rbeede opened this issue Dec 19, 2013 · 3 comments
Closed

Config fails to handle listenaddress versus ListenAddress #16

rbeede opened this issue Dec 19, 2013 · 3 comments

Comments

@rbeede
Copy link

rbeede commented Dec 19, 2013

Because Augeas is case sensitive it fails to modify existing config entries such as:

listenaddress 0.0.0.0

When you wanted to use Puppet to replace it with ListenAddress 10.1.1.1.

This is a limitation of Augeas and may require using templates or some other mechanism.

@saz
Copy link
Owner

saz commented Feb 1, 2014

I'll switch to a template handling some default options via parameters and additional options can be passed as a hash.

@saz
Copy link
Owner

saz commented Feb 24, 2014

Please have a look at the devel branch in this repo, which will be merged soon.

@saz
Copy link
Owner

saz commented Feb 25, 2014

Fixed in release 2.0.0

@saz saz closed this as completed Feb 25, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants