Your message dated Sun, 11 Mar 2012 10:52:11 +0100
with message-id <20120311095211.GA23439@elende>
and subject line Fixed in 0.7.4 upstream
has caused the Debian Bug report #573411,
regarding shellvars: ability to add comment to value
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
573411: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=573411
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: augeas-lenses
Version: 0.7.0-1
Severity: wishlist
File: /usr/share/augeas/lenses/dist/shellvars.aug
I am using augeas with puppet. I would like to add to each value
I control with pupet a short comment along the lines of "MANAGED BY
PUPPET". Unfortunately, augeas very strongly enforces a single value
rule, such that setting e.g. /files/etc/default/rcS/TMPTIME to any
of the following causes the save to fail:
7 # MANAGED BY PUPPET
"7 # MANAGED BY PUPPET"
The only way to make it work is with either of the following two:
"'7 # MANAGED BY PUPPET'"
7#MANAGED_BY_PUPPET
But both yield the wrong value: due to the quotes in the first, the
comment will be included, and due to the missing space before the #,
the comment is also considered part of the value.
I appreciate the stringent syntax checking, but I think that
"7 # MANAGED BY PUPPET"
should be an acceptable value, because ' #' denotes a comment, which
I think augeas could tolerate/allow.
Thanks,
-- System Information:
Debian Release: squeeze/sid
Architecture: i386 (i686)
Kernel: Linux 2.6.33-2-686 (SMP w/1 CPU core)
Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
augeas-lenses depends on no packages.
augeas-lenses recommends no packages.
Versions of packages augeas-lenses suggests:
ii libaugeas0 0.7.0-1 The augeas configuration editing l
-- no debconf information
--
.''`. martin f. krafft <[email protected]> Related projects:
: :' : proud Debian developer http://debiansystem.info
`. `'` http://people.debian.org/~madduck http://vcs-pkg.org
`- Debian - when you have better things to do than fixing systems
digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)
--- End Message ---
--- Begin Message ---
Source: augeas
Source-Version: 0.8.1-1
According to upstream, this should have been fixed in 0.7.4 release.
0.8.1 is the first version after 0.7.2 again in Debian.
signature.asc
Description: Digital signature
--- End Message ---