Augeas can now [parse `alias` entries](https://github.com/hercules-team/augeas/commit/59b279911b4710cdfaf3923fdabb810576b7fa09) so it should be possible to add this syntax: ``` puppet shellvar { 'ls': ensure => alias, value => 'ls $LS_OPTIONS', } ```
Augeas can now parse
aliasentries so it should be possible to add this syntax: