chickadee » augeas » aug-set!

aug-set! a path valprocedure

Sets the value associated with PATH to VALUE (a string). The node is created a PATH if it does not exist; otherwise its value is updated. Raises an error if PATH matches more than one node.

(aug-set! a "/files/etc/hosts/1/ipaddr" "33.34.35.36")