augtool
Augeas seams to be a popular program for Puppet to modify config files, but how do I modify a config file where augtool
doesn't have a lense for? E.g.:
[Desktop Entry]
Type=Application
Encoding=UTF-8
Name=Compiz
Exec=compiz
NoDisplay=false
# name of loadable control center module
X-GNOME-WMSettingsModule=metacity
In this particular example would I like to change NoDisplay
to true
.
Question
Is it possible to modify config files without a lense? Can augtool
try to guess the tree structure of a config file?