Hi, How can I use puppet's augeas type to configure parameters with multiple values? For instance, sshd_config can have multiple HostKeys parameters: augtool> print /files/etc/ssh/sshd_config/HostKey /files/etc/ssh/sshd_config/HostKey[1] = "/etc/ssh/ssh_host_rsa_key" /files/etc/ssh/sshd_config/HostKey[2] = "/etc/ssh/ssh_host_dsa_key" How would puppet's manifest look like to have only two HostKey and configured the way shown? Thanks, Vadym