resources: augeas: comments: Improvements

- Remove obvious statements
- Fix typo

Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
Julien Pivotto
2017-02-15 22:41:27 +01:00
parent 49baea5f6a
commit f9c7d5f7bc

View File

@@ -49,11 +49,10 @@ type AugeasRes struct {
BaseRes `yaml:",inline"` BaseRes `yaml:",inline"`
// File is the path to the file targetted by this resource. // File is the path to the file targetted by this resource.
// If specified, mgmt will watch that file.
File string `yaml:"file"` File string `yaml:"file"`
// Lens is the lens used by this resource. If specified, mgmt // Lens is the lens used by this resource. If specified, mgmt
// will lower the augeas overhead by only loeading that lens. // will lower the augeas overhead by only loading that lens.
Lens string `yaml:"lens"` Lens string `yaml:"lens"`
// Sets is a list of changes that will be applied to the file, in the form of // Sets is a list of changes that will be applied to the file, in the form of