We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Resource puppet::config ini_subsetting 'puppet sysconfig logdest' generates ${sysconfigdir}/puppet with string without delimeter:
DAEMON_OPTS="--logdest/var/log/puppet/puppet.log"
Puppet agent can't parse option:
/usr/bin/ruby /usr/bin/puppet agent --no-daemonize --logdest/var/log/puppet/puppet.log Error: Could not parse application options: invalid option: --logdest/var/log/puppet/puppet.log
Adding subsetting_key_val_separator can fix issue
ini_subsetting { 'puppet sysconfig logdest': subsetting_key_val_separator => ' ', }
The text was updated successfully, but these errors were encountered:
I would be happy to accept a PR. I don't have a lot of time to fix it right now but will get to it when I can.
Sorry, something went wrong.
Add subsetting_key_val_separator to logdest (abstractitptyltd#161)
51d24f4
ini_subsetting 'puppet sysconfig logdest' resource generates puppet daemon option --logdest$logdest without delimeter
4437c3b
Fixed puppet::logdest test (abstractitptyltd#161)
0007673
No branches or pull requests
Resource puppet::config ini_subsetting 'puppet sysconfig logdest' generates ${sysconfigdir}/puppet with string without delimeter:
Puppet agent can't parse option:
Adding subsetting_key_val_separator can fix issue
The text was updated successfully, but these errors were encountered: